ojvm.loading
Class ConstantValueAttribute

java.lang.Object
  |
  +--ojvm.loading.AbsynAttribute
        |
        +--ojvm.loading.ConstantValueAttribute

public class ConstantValueAttribute
extends AbsynAttribute

The constant value attribute of static fields


Field Summary
 int ctype
           
static int DOUBLE_TYPE
           
static int FLOAT_TYPE
           
static int INT_TYPE
           
static int LONG_TYPE
           
static int STRING_TYPE
           
 
Method Summary
 double getDoubleValue()
           
 float getFloatValue()
           
 int getIntValue()
           
 long getLongValue()
           
 java.lang.String getName()
           
 java.lang.String getStringValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LONG_TYPE

public static final int LONG_TYPE

FLOAT_TYPE

public static final int FLOAT_TYPE

DOUBLE_TYPE

public static final int DOUBLE_TYPE

INT_TYPE

public static final int INT_TYPE

STRING_TYPE

public static final int STRING_TYPE

ctype

public int ctype
Method Detail

getName

public java.lang.String getName()
Overrides:
getName in class AbsynAttribute

getLongValue

public long getLongValue()

getFloatValue

public float getFloatValue()

getDoubleValue

public double getDoubleValue()

getIntValue

public int getIntValue()

getStringValue

public java.lang.String getStringValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object