Class ConstantLongInfo
java.lang.Object
org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
org.fife.rsta.ac.java.classreader.constantpool.ConstantLongInfo
- All Implemented Interfaces:
ConstantTypes
Class corresponding to the
CONSTANT_Long_info structure.- Version:
- 1.0
-
Field Summary
FieldsFields inherited from interface org.fife.rsta.ac.java.classreader.constantpool.ConstantTypes
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_InvokeDynamic, CONSTANT_Long, CONSTANT_MethodHandle, CONSTANT_Methodref, CONSTANT_MethodType, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlonginttoString()Returns a string representation of this object.Methods inherited from class org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
getTag
-
Field Details
-
highBytes
private int highBytes -
lowBytes
private int lowBytes
-
-
Constructor Details
-
ConstantLongInfo
public ConstantLongInfo(int highBytes, int lowBytes) Constructor.- Parameters:
highBytes- The high bytes.lowBytes- The low bytes.
-
-
Method Details