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
A simple value made of a single piece of data.
-
Field Summary
Fields inherited from interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
TYPE_ARRAY, TYPE_BOOLEAN, TYPE_BYTE, TYPE_CHARACTER, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INTEGER, TYPE_LONG, TYPE_OBJECT, TYPE_RAW, TYPE_SHORT, TYPE_STRING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat()
Format the value to a readable string block.static ITypedValue
parseValue
(String type, String value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
getTypeName, getValue
-
Constructor Details
-
AbstractValuePrimitive
public AbstractValuePrimitive()
-
-
Method Details
-
format
Description copied from interface:ITypedValue
Format the value to a readable string block.- Specified by:
format
in interfaceITypedValue
- Returns:
-
parseValue
-