Uses of Class
at.dms.classfile.ConstantPool

Packages that use ConstantPool
at.dms.classfile   
at.dms.kjc   
 

Uses of ConstantPool in at.dms.classfile
 

Methods in at.dms.classfile with parameters of type ConstantPool
(package private) abstract  void PooledConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private) abstract  void PooledConstant.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void DoubleConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void DoubleConstant.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
(package private) abstract  void Instruction.resolveConstants(ConstantPool cp)
          Inserts or checks location of constant value in constant pool
(package private) abstract  void Instruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void FieldRefInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void FieldRefInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file.
(package private)  void FloatConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void FloatConstant.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
(package private)  void MultiarrayInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void MultiarrayInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file.
(package private)  void IincInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void IincInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file
(package private)  void NewarrayInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void NewarrayInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file.
(package private)  void InnerClassInfo.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void InnerClassInfo.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
 void MethodInfo.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
 void MethodInfo.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void ClassRefInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void ClassRefInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file.
(package private)  void NoArgInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void NoArgInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file.
(package private)  void InvokeinterfaceInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void InvokeinterfaceInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file
static Attribute Attribute.read(java.io.DataInput in, ConstantPool cp)
          Constructs an attribute from a class file stream
static Attribute Attribute.readInterfaceOnly(java.io.DataInput in, ConstantPool cp)
          Constructs an attribute from a class file stream
static Attribute Attribute.readCodeInfoAttribute(java.io.DataInput in, ConstantPool cp, Instruction[] insns)
          Constructs an sub-attribute of CodeInfo from a class file stream
(package private) abstract  void Attribute.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private) abstract  void Attribute.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
(package private)  void LocalVariableInfo.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void LocalVariableInfo.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void LocalVarInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void LocalVarInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file.
(package private)  void SwitchInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void SwitchInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file.
(package private)  void DeprecatedAttribute.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void DeprecatedAttribute.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
(package private)  void FieldInfo.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void FieldInfo.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void InnerClassTable.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void InnerClassTable.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
(package private)  void ClassConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void ClassConstant.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void ReferenceConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void ReferenceConstant.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
(package private)  void IntegerConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void IntegerConstant.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void MethodRefInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void MethodRefInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file.
(package private)  void AttributeList.resolveConstants(ConstantPool cp)
          Insert or check location of constant values in constant pool
(package private)  void AttributeList.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
(package private)  void LongConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void LongConstant.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void GenericAttribute.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void GenericAttribute.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void AsciiConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void AsciiConstant.write(ConstantPool _cp, java.io.DataOutput out)
          Writes this constant to a class file.
(package private)  void ConstantValueAttribute.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void ConstantValueAttribute.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
(package private)  void SourceFileAttribute.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void SourceFileAttribute.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void LineNumberTable.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void LineNumberTable.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void HandlerInfo.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void HandlerInfo.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void PushLiteralInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void PushLiteralInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file.
 void PushLiteralInstruction.Operand.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
 void PushLiteralInstruction.Operand.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void CodeInfo.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void CodeInfo.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
static Instruction[] InstructionIO.read(java.io.DataInput in, ConstantPool cp)
          Constructs an array of instructions from a class file stream.
(package private)  void JumpInstruction.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void JumpInstruction.write(ConstantPool cp, java.io.DataOutput out)
          Write this instruction into a file
(package private)  void ExceptionsAttribute.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void ExceptionsAttribute.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
(package private)  void LocalVariableTable.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void LocalVariableTable.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void NameAndTypeConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void NameAndTypeConstant.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void StringConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void StringConstant.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
(package private)  void UnresolvedConstant.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
(package private)  void UnresolvedConstant.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool
(package private)  void SyntheticAttribute.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool.
(package private)  void SyntheticAttribute.write(ConstantPool cp, java.io.DataOutput out)
          Write this class into the the file (out) getting data position from the constant pool.
 

Constructors in at.dms.classfile with parameters of type ConstantPool
LineNumberInfo(java.io.DataInput in, ConstantPool cp, Instruction[] instructions)
          Create an entry in the line number table from a class file stream.
InnerClassInfo(java.io.DataInput in, ConstantPool cp)
          Create an entry in the inner class table from a class file stream.
MethodInfo(java.io.DataInput in, ConstantPool cp, boolean interfaceOnly)
          Constructs a method entry from a class file stream.
LocalVariableInfo(java.io.DataInput in, ConstantPool cp, Instruction[] insns)
          Create an entry in the line number table from a class file stream.
DeprecatedAttribute(java.io.DataInput in, ConstantPool cp)
          Constructs a deprecated attribute from a class file stream.
FieldInfo(java.io.DataInput in, ConstantPool cp)
          Constructs a field entry from a class file stream.
InnerClassTable(java.io.DataInput in, ConstantPool cp)
          Constructs a line number table attribute from a class file stream.
AttributeList(java.io.DataInput in, ConstantPool cp, boolean noCode)
          Constructs an attribute list from a class file stream.
AttributeList(java.io.DataInput in, ConstantPool cp, Instruction[] instructions)
          Constructs an sub-attribute list of CodeInfo from a class file stream.
GenericAttribute(AsciiConstant name, java.io.DataInput in, ConstantPool cp)
          Make up a new attribute.
ConstantValueAttribute(java.io.DataInput in, ConstantPool cp)
          Constructs a constant value attribute from a class file stream.
SourceFileAttribute(java.io.DataInput in, ConstantPool cp)
          Constructs a source file attribute from a class file stream.
LineNumberTable(java.io.DataInput in, ConstantPool cp, Instruction[] insns)
          Constructs a line number table attribute from a class file stream.
HandlerInfo(java.io.DataInput in, ConstantPool cp, Instruction[] insns)
          Constructs a new exception handler info entry from a class file.
CodeInfo(java.io.DataInput in, ConstantPool cp)
          Create a new CodeInfo attribute.
SkippedCodeInfo(java.io.DataInput in, ConstantPool cp)
          Make up a new attribute.
ExceptionsAttribute(java.io.DataInput in, ConstantPool cp)
          Constructs a exceptions attribute from a class file stream.
LocalVariableTable(java.io.DataInput in, ConstantPool cp, Instruction[] insns)
          Constructs a line number table attribute from a class file stream.
SyntheticAttribute(java.io.DataInput in, ConstantPool cp)
          Constructs a synthetic attribute from a class file stream.
 

Uses of ConstantPool in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type ConstantPool
 void CMethodInfo.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool