Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.chaoswg.xtc4y.classdesc.ConstantPoolEntry

Uses of ConstantPoolEntry in com.chaoswg.xtc4y.classdesc
 

Subclasses of ConstantPoolEntry in com.chaoswg.xtc4y.classdesc
 class ClassCPEntry
          this class represent a Class constant pool entry
 class DoubleCPEntry
          this class represent a Double constant pool entry
 class FieldrefCPEntry
          this class represent a Fieldref constant pool entry.
 class FloatCPEntry
          this class represent a Float constant pool entry
 class IntegerCPEntry
          this class represent a Integer constant pool entry
 class InterfaceMethodrefCPEntry
          this class represent a InterfaceMethodref constant pool entry
 class LongCPEntry
          this class represent a Long constant pool entry
 class MethodrefCPEntry
          this class represent a Methodref constant pool entry
 class NameAndTypeCPEntry
          this class represent a NameAndType constant pool entry
 class RefCPEntry
          this class represent a Ref constant pool entry and is an abstraction from all the reference CP Entried.
 class ShortValueCPEntry
          This abstract class is just used to identify a short value constant pool entry.
 class StringCPEntry
          this class represent a String constant pool entry
 class UTF8CPEntry
          this class represent a UTF8 constant pool entry
 class ValueCPEntry
          This abstract class is just used to identify a value constant pool entry.
 class WideValueCPEntry
          This abstract class is just used to identify a wide value constant pool entry.
 

Methods in com.chaoswg.xtc4y.classdesc that return ConstantPoolEntry
 ConstantPoolEntry ConstantPool.getCPEntryAt(int index)
           
 

Methods in com.chaoswg.xtc4y.classdesc with parameters of type ConstantPoolEntry
 short ConstantPool.addCPEntry(ConstantPoolEntry entry)
          add a constant pool entry, if it already exists, just return an index on it