|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectclassycle.classfile.Constant
classycle.classfile.IntConstant
Constant representing a int value.
| Constructor Summary | |
IntConstant(Constant[] pool,
int value)
Creates an instance for the specified int value. |
|
| Method Summary | |
int |
getValue()
Returns the wrapped int value. |
java.lang.String |
toString()
Returns the constant type and the int value. |
| Methods inherited from class classycle.classfile.Constant |
extractConstantPool, getConstant |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IntConstant(Constant[] pool,
int value)
| Method Detail |
public int getValue()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||