All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class classinfo.ConstantInPool

java.lang.Object
   |
   +----classinfo.ConstantInPool

public class ConstantInPool
extends Object

Variable Index

 o CONSTANT_Class
 o CONSTANT_Double
 o CONSTANT_Fieldref
 o CONSTANT_Float
 o CONSTANT_Integer
 o CONSTANT_InterfaceMethodref
 o CONSTANT_Long
 o CONSTANT_Methodref
 o CONSTANT_NameAndType
 o CONSTANT_String
 o CONSTANT_Unicode
 o CONSTANT_UNKNOWN
 o CONSTANT_Utf8

Constructor Index

 o ConstantInPool(BufManager, Vector)
 o ConstantInPool(int, Object)
 o ConstantInPool(String)
make a constant whose type is CONSTANT_Utf8.

Method Index

 o constantPoolRefs()
 o toString()
 o toString(String)
 o type()
 o value()
 o value(int)
 o write(DataOutputStream)

Variables

 o CONSTANT_UNKNOWN
 public static final int CONSTANT_UNKNOWN
 o CONSTANT_Utf8
 public static final int CONSTANT_Utf8
 o CONSTANT_Unicode
 public static final int CONSTANT_Unicode
 o CONSTANT_Integer
 public static final int CONSTANT_Integer
 o CONSTANT_Float
 public static final int CONSTANT_Float
 o CONSTANT_Long
 public static final int CONSTANT_Long
 o CONSTANT_Double
 public static final int CONSTANT_Double
 o CONSTANT_Class
 public static final int CONSTANT_Class
 o CONSTANT_String
 public static final int CONSTANT_String
 o CONSTANT_Fieldref
 public static final int CONSTANT_Fieldref
 o CONSTANT_Methodref
 public static final int CONSTANT_Methodref
 o CONSTANT_InterfaceMethodref
 public static final int CONSTANT_InterfaceMethodref
 o CONSTANT_NameAndType
 public static final int CONSTANT_NameAndType

Constructors

 o ConstantInPool
 public ConstantInPool(String str)
make a constant whose type is CONSTANT_Utf8.

 o ConstantInPool
 public ConstantInPool(int tag,
                       Object value)
 o ConstantInPool
 public ConstantInPool(BufManager bufm,
                       Vector CPTable) throws IOException, ClassFormatError

Methods

 o write
 public void write(DataOutputStream out) throws IOException
 o type
 public int type()
 o value
 public Object value()
 o value
 public Object value(int index)
 o toString
 public String toString()
Overrides:
toString in class Object
 o toString
 public String toString(String indent)
 o constantPoolRefs
 public ConstantPoolReference[] constantPoolRefs()

All Packages  Class Hierarchy  This Package  Previous  Next  Index