All Packages Class Hierarchy This Package Previous Next Index
Class gnu.bytecode.CpoolClass
java.lang.Object
|
+----gnu.bytecode.CpoolEntry
|
+----gnu.bytecode.CpoolClass
- public class CpoolClass
- extends CpoolEntry
A CONSTANT_Class entry in the constant pool.
-
getTag()
-
-
print(ClassTypeWriter, int)
- Print this constant pool entry.
getTag
public int getTag()
- Overrides:
- getTag in class CpoolEntry
print
public void print(ClassTypeWriter dst,
int verbosity)
- Print this constant pool entry.
- Overrides:
- print in class CpoolEntry
All Packages Class Hierarchy This Package Previous Next Index