public abstract class

AbstractValuePrimitive

extends Object
implements ITypedValue
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.debug.impl.AbstractValuePrimitive
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A simple value made of a single piece of data.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue
Public Constructors
AbstractValuePrimitive()
Public Methods
String format()
Format the value to a readable string block.
static ITypedValue parseValue(String type, String value)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.debug.ITypedValue

Public Constructors

public AbstractValuePrimitive ()

Public Methods

public String format ()

Format the value to a readable string block.

public static ITypedValue parseValue (String type, String value)