public class PrimitiveValue
extends java.lang.Object
boolean, byte, short, char, int, long, float or double.| Constructor and Description |
|---|
PrimitiveValue(int size,
long value) |
public int getSize()
public long getValue()
public boolean asBoolean()
public byte asByte()
public short asShort()
public char asChar()
public int asInt()
public long asLong()
public float asFloat()
public double asDouble()
public java.lang.String toString()
toString in class java.lang.Object