Uses of Class
at.dms.classfile.ConstantPool

Packages that use ConstantPool
at.dms.classfile   
 

Uses of ConstantPool in at.dms.classfile
 

Methods in at.dms.classfile with parameters of type ConstantPool
static Instruction[] InstructionIO.read(DataInput in, ConstantPool cp)
          Constructs an array of instructions from a class file stream
static Attribute Attribute.read(DataInput in, ConstantPool cp)
          Constructs an attribute from a class file stream
static Attribute Attribute.readCodeInfoAttribute(DataInput in, ConstantPool cp, Instruction[] insns)
          Constructs an sub-attribute of CodeInfo from a class file stream
static Attribute Attribute.readInterfaceOnly(DataInput in, ConstantPool cp)
          Constructs an attribute from a class file stream
 void MethodInfo.resolveConstants(ConstantPool cp)
          Insert or check location of constant value on constant pool
 void MethodInfo.write(ConstantPool cp, 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
CodeInfo(DataInput in, ConstantPool cp)
          Make up a new attribute
ConstantValueAttribute(DataInput in, ConstantPool cp)
          Constructs a constant value attribute from a class file stream.
DeprecatedAttribute(DataInput in, ConstantPool cp)
          Constructs a deprecated attribute from a class file stream.
ExceptionsAttribute(DataInput in, ConstantPool cp)
          Constructs a exceptions attribute from a class file stream.
FieldInfo(DataInput in, ConstantPool cp)
          Constructs a field entry from a class file stream.
GenericAttribute(AsciiConstant name, DataInput in, ConstantPool cp)
          Make up a new attribute
HandlerInfo(DataInput in, ConstantPool cp, Instruction[] insns)
          Constructs a new exception handler info entry from a class file
InnerClassInfo(DataInput in, ConstantPool cp)
          Creates an entry in the inner classes table from a class file stream.
InnerClassTable(DataInput in, ConstantPool cp)
          Constructs a line number table attribute from a class file stream.
LineNumberInfo(DataInput in, ConstantPool cp, Instruction[] insns)
          Create an entry in the line number table from a class file stream
LineNumberTable(DataInput in, ConstantPool cp, Instruction[] insns)
          Constructs a line number table attribute from a class file stream.
LocalVariableInfo(DataInput in, ConstantPool cp, Instruction[] insns)
          Create an entry in the line number table from a class file stream
LocalVariableTable(DataInput in, ConstantPool cp, Instruction[] insns)
          Constructs a line number table attribute from a class file stream.
MethodInfo(DataInput in, ConstantPool cp, boolean interfaceOnly)
          Constructs a method entry from a class file stream.
SkippedCodeInfo(DataInput in, ConstantPool cp)
          Make up a new attribute
SourceFileAttribute(DataInput in, ConstantPool cp)
          Constructs a source file attribute from a class file stream.
SyntheticAttribute(DataInput in, ConstantPool cp)
          Constructs a synthetic attribute from a class file stream.