Uses of Class
at.dms.classfile.PooledConstant

Packages that use PooledConstant
at.dms.classfile   
 

Uses of PooledConstant in at.dms.classfile
 

Subclasses of PooledConstant in at.dms.classfile
 class AsciiConstant
          An UTF8 constant in the constant pool of the class file.
 class ClassConstant
          A ClassConstant record from the constant pool.
 class DoubleConstant
          Wrap an Double constant reference with this CPE.
 class FieldRefConstant
          FieldRefConstant's are used to refer to a field in a particular class.
 class FloatConstant
          Wrap an Float constant reference with this CPE.
 class IntegerConstant
          Wrap an integer constant reference with this CPE.
 class InterfaceConstant
           
 class LongConstant
          Wrap an Long constant reference with this CPE.
 class MethodRefConstant
          MethodRefConstant's are used to make references to methods in classes.
 class NameAndTypeConstant
          This constant represents a name and a type in the contant pool.
 class ReferenceConstant
          VMS 4.4.2: This class implements field/method/interface method reference constants.
 class StringConstant
          Wrap an String constant reference with this CPE.
 class UnresolvedConstant
          Wrap an Unresolved constant reference with this CPE.
 

Methods in at.dms.classfile that return PooledConstant
(package private)  PooledConstant UnresolvedConstant.resolveConstant(PooledConstant[] constants)
          Insert or check location of constant value on constant pool
(package private)  PooledConstant ConstantPool.getEntryAt(int index)
          Get the entry at a specified index.
(package private) static PooledConstant[] PooledArray.getPooledArray()
           
 

Methods in at.dms.classfile with parameters of type PooledConstant
(package private) abstract  void PooledConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool.
(package private)  void DoubleConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool
(package private)  void FloatConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool
(package private)  void ClassConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool.
(package private)  void ReferenceConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool
(package private)  void IntegerConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool.
(package private)  void LongConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool.
(package private)  void AsciiConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool.
(package private)  void NameAndTypeConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool.
(package private)  void StringConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool.
(package private)  PooledConstant UnresolvedConstant.resolveConstant(PooledConstant[] constants)
          Insert or check location of constant value on constant pool
(package private)  void UnresolvedConstant.resolveConstants(PooledConstant pc)
          Check location of constant value on constant pool
(package private)  void ConstantPool.addItem(PooledConstant item)
          This is the method to add items to a class.
(package private) static void PooledArray.release(PooledConstant[] arr)
           
 

Constructors in at.dms.classfile with parameters of type PooledConstant
PushLiteralInstruction(PooledConstant cst, boolean wide)
          Constructs an instruction that pushes a string literal on the stack from a class file stream.