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
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
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
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