All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gnu.bytecode.CpoolValue1

java.lang.Object
   |
   +----gnu.bytecode.CpoolEntry
           |
           +----gnu.bytecode.CpoolValue1

public class CpoolValue1
extends CpoolEntry
A CONSTANT_Integer or CONSTANT_Float entry in the constant pool.


Method Index

 o getTag()
 o print(ClassTypeWriter, int)
Print this constant pool entry.

Methods

 o getTag
 public int getTag()
Overrides:
getTag in class CpoolEntry
 o 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