|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ClassFile.getConstantPool()
Returns the constant pool |
ConstantPool |
BytecodeComponent.getConstantPool()
Returns the constant pool |
Constructors in koala.dynamicjava.classfile with parameters of type ConstantPool | |
SimpleAttribute(ConstantPool cp,
java.lang.String nm)
Creates a new attribute |
|
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. |
|
InnerClassesEntry(ConstantPool cp)
Creates a new entry |
|
InnerClassesAttribute(ConstantPool cp)
Creates a new innerclasses attribute |
|
FieldInfo(ConstantPool cp,
java.lang.String tp,
java.lang.String nm)
Creates a new field info |
|
ExceptionsAttribute(ConstantPool cp)
Creates a new empty (not valid) code attribute |
|
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 |
|
CodeAttribute(ConstantPool cp)
Creates a new empty (not valid) code attribute |
|
BytecodeComponent(ConstantPool cp,
short ni)
Initializes a new bytecode component |
|
AttributeInfo(ConstantPool cp,
java.lang.String name)
Initializes the new attribute |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |