|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclassycle.classfile.Constant
classycle.classfile.LongConstant
public class LongConstant
Constant representing a long value.
| Constructor Summary | |
|---|---|
LongConstant(Constant[] pool,
long value)
Creates an instance for the specified long value. |
|
| Method Summary | |
|---|---|
long |
getValue()
Returns the wrapped long value. |
java.lang.String |
toString()
Returns the constant type and the long 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 LongConstant(Constant[] pool,
long value)
| Method Detail |
|---|
public long getValue()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||