|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--koala.dynamicjava.classfile.BytecodeComponent | +--koala.dynamicjava.classfile.AttributeInfo
The classes derived from this one represents bytecode attributes
Field Summary | |
protected int |
length
The length of this attribute |
Fields inherited from class koala.dynamicjava.classfile.BytecodeComponent |
constantPool, nameIndex |
Constructor Summary | |
AttributeInfo(ConstantPool cp,
java.lang.String name)
Initializes the new attribute |
Methods inherited from class koala.dynamicjava.classfile.BytecodeComponent |
getConstantPool, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int length
Constructor Detail |
public AttributeInfo(ConstantPool cp, java.lang.String name)
cp
- the constant pool where constants are storedname
- the name of this attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |