-
- All Implemented Interfaces:
public final class ConstantLongInfo extends ConstantLargeNumeric
Describes a CONSTANT_Long_info constant pool data structure.
-
-
Field Summary
Fields Modifier and Type Field Description private final ConstantTypeconstantTypeprivate final Stringverboseprivate Longlongprivate IntegerhighBytesprivate IntegerlowBytesprivate final StringformattedHighBytesprivate final StringformattedLowBytes
-
Constructor Summary
Constructors Constructor Description ConstantLongInfo(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description ConstantTypegetConstantType()Type of the cp_info structure. StringgetVerbose()final LonggetLong()final UnitsetLong(Long long)-
Methods inherited from class org.gjt.jclasslib.structures.constants.ConstantLargeNumeric
equals, getFormattedHighBytes, getFormattedLowBytes, getHighBytes, getLowBytes, hashCode, setHighBytes, setLowBytes -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ConstantLongInfo
ConstantLongInfo(ClassFile classFile)
-
-
Method Detail
-
getConstantType
ConstantType getConstantType()
Type of the cp_info structure.
-
getVerbose
String getVerbose()
-
-
-
-