Uses of Class
koala.dynamicjava.classfile.ConstantPool

Packages that use ConstantPool
koala.dynamicjava.classfile Contains all the classes for creating general purpose bytecode classes. 
 

Uses of ConstantPool in koala.dynamicjava.classfile
 

Fields in koala.dynamicjava.classfile declared as ConstantPool
protected  ConstantPool BytecodeComponent.constantPool
          The constant pool
 

Methods in koala.dynamicjava.classfile that return ConstantPool
 ConstantPool BytecodeComponent.getConstantPool()
          Returns the constant pool
 ConstantPool ClassFile.getConstantPool()
          Returns the constant pool
 

Constructors in koala.dynamicjava.classfile with parameters of type ConstantPool
BytecodeComponent(ConstantPool cp, short ni)
          Initializes a new bytecode component
AttributeInfo(ConstantPool cp, java.lang.String name)
          Initializes the new attribute
CodeAttribute(ConstantPool cp)
          Creates a new empty (not valid) code attribute
InnerClassesEntry(ConstantPool cp)
          Creates a new entry
MethodInfo(ConstantPool cp, java.lang.String rt, java.lang.String nm, java.lang.String[] pt)
          Creates a new method info The type names must be fully qualified.
ConstantValueAttribute(ConstantPool cp, java.lang.Integer value)
          Creates a new constant value attribute
ConstantValueAttribute(ConstantPool cp, java.lang.Long value)
          Creates a new constant value attribute
ConstantValueAttribute(ConstantPool cp, java.lang.Float value)
          Creates a new constant value attribute
ConstantValueAttribute(ConstantPool cp, java.lang.Double value)
          Creates a new constant value attribute
ConstantValueAttribute(ConstantPool cp, java.lang.String value)
          Creates a new constant value attribute
SimpleAttribute(ConstantPool cp, java.lang.String nm)
          Creates a new attribute
InnerClassesAttribute(ConstantPool cp)
          Creates a new innerclasses attribute
ExceptionsAttribute(ConstantPool cp)
          Creates a new empty (not valid) code attribute
FieldInfo(ConstantPool cp, java.lang.String tp, java.lang.String nm)
          Creates a new field info
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.