Class ConstantClassInfo
java.lang.Object
org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
org.fife.rsta.ac.java.classreader.constantpool.ConstantClassInfo
- All Implemented Interfaces:
ConstantTypes
Represents a class or interface.
- 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 TypeMethodDescriptionintReturns the index into the constant pool table for aConstantUtf8Infostructure representing a valid, fully-qualified class or interface name, encoded in internal form.toString()Returns a string representation of this object.Methods inherited from class org.fife.rsta.ac.java.classreader.constantpool.ConstantPoolInfo
getTag
-
Field Details
-
nameIndex
private int nameIndexAn index into the constant_pool table. The entry at this index must be aCONSTANT_Utf8_infostructure representing a valid, fully-qualified class or interface name encoded in internal form.
-
-
Constructor Details
-
ConstantClassInfo
public ConstantClassInfo(int nameIndex) Constructor.- Parameters:
nameIndex- The index into the constant pool containing aConstantUtf8Inforepresenting the fully-qualified class or interface name, encoded in internal form.
-
-
Method Details
-
getNameIndex
public int getNameIndex()Returns the index into the constant pool table for aConstantUtf8Infostructure representing a valid, fully-qualified class or interface name, encoded in internal form.- Returns:
- The index into the constant pool table.
-
toString
Returns a string representation of this object. Useful for debugging.
-