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.ValueCPEntry

Uses of ValueCPEntry in com.chaoswg.xtc4y.classdesc
 

Subclasses of ValueCPEntry in com.chaoswg.xtc4y.classdesc
 class DoubleCPEntry
          this class represent a Double constant pool entry
 class FloatCPEntry
          this class represent a Float constant pool entry
 class IntegerCPEntry
          this class represent a Integer constant pool entry
 class LongCPEntry
          this class represent a Long constant pool entry
 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 WideValueCPEntry
          This abstract class is just used to identify a wide value constant pool entry.
 

Fields in com.chaoswg.xtc4y.classdesc declared as ValueCPEntry
private  ValueCPEntry ConstantValueAttribute.constantValue
           
 

Methods in com.chaoswg.xtc4y.classdesc that return ValueCPEntry
 ValueCPEntry ConstantValueAttribute.getConstantValue()
           
 

Methods in com.chaoswg.xtc4y.classdesc with parameters of type ValueCPEntry
 void ConstantValueAttribute.setConstantValue(ValueCPEntry value)
          Set a new constant value cp entry
 

Constructors in com.chaoswg.xtc4y.classdesc with parameters of type ValueCPEntry
ConstantValueAttribute(ValueCPEntry value)
          construct a new Constant value attribute with a given valuecpentry