Class ConstantPoolInfo
java.lang.Object
org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
- All Implemented Interfaces:
ConstantTypes
- Direct Known Subclasses:
ConstantClassInfo,ConstantDoubleInfo,ConstantFieldrefInfo,ConstantFloatInfo,ConstantIntegerInfo,ConstantInterfaceMethodrefInfo,ConstantInvokeDynamicInfo,ConstantLongInfo,ConstantMethodHandleInfo,ConstantMethodrefInfo,ConstantMethodTypeInfo,ConstantNameAndTypeInfo,ConstantStringInfo,ConstantUtf8Info
A
ConstantPool table entry.See http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#20080 for more information.
- 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
-
Field Details
-
tag
private int tag
-
-
Constructor Details
-
ConstantPoolInfo
public ConstantPoolInfo(int tag) Constructor.- Parameters:
tag- The tag.
-
-
Method Details
-
getTag
public int getTag()Returns the tag item for this structure.- Returns:
- The tag item.
-