|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkoala.dynamicjava.classfile.BytecodeComponent
koala.dynamicjava.classfile.AttributeOwnerComponent
This class represents a component of the bytecode 'ClassFile' format that contains attributes
Field Summary | |
protected short |
accessFlags
The access flags |
protected java.util.List |
attributes
The attributes |
Fields inherited from class koala.dynamicjava.classfile.BytecodeComponent |
constantPool, nameIndex |
Constructor Summary | |
protected |
AttributeOwnerComponent()
Initializes a new bytecode component |
Method Summary | |
void |
setAccessFlags(int flags)
Sets the access flags for this class |
void |
setSyntheticAttribute()
Sets the synthetic attribute to this field |
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 short accessFlags
protected java.util.List attributes
Constructor Detail |
protected AttributeOwnerComponent()
Method Detail |
public void setAccessFlags(int flags)
public void setSyntheticAttribute()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |