All Packages Class Hierarchy This Package Previous Next Index
Class gnu.bytecode.CpoolValue2
java.lang.Object
|
+----gnu.bytecode.CpoolEntry
|
+----gnu.bytecode.CpoolValue2
- public class CpoolValue2
- extends CpoolEntry
A CONSTANT_Long or CONSTANT_Double 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