public class LongConstant extends Constant
| Constructor and Description |
|---|
LongConstant(Constant[] pool,
long value)
Creates an instance for the specified long value.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getValue()
Returns the wrapped long value.
|
java.lang.String |
toString()
Returns the constant type and the long value.
|
extractConstantPool, getConstantpublic LongConstant(Constant[] pool, long value)