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.


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