Class AbstractValuePrimitive

java.lang.Object
com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
All Implemented Interfaces:
ITypedValue
Direct Known Subclasses:
AbstractValueNumber, ValueBoolean, ValueCharacter, ValueRaw, ValueString, ValueVoid

public abstract class AbstractValuePrimitive extends Object implements ITypedValue
A simple value made of a single piece of data.
  • Constructor Details

    • AbstractValuePrimitive

      public AbstractValuePrimitive()
  • Method Details