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
public abstract class ConstantPoolInfo extends java.lang.Object implements ConstantTypes
AConstantPooltable entry.See http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#20080 for more information.
- Version:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description private inttag-
Fields 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 Constructor Description ConstantPoolInfo(int tag)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTag()Returns the tag item for this structure.
-