|
||||||||||
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 | +--koala.dynamicjava.classfile.SimpleAttribute
This class represents an attribute that is composed of his name
Fields inherited from class koala.dynamicjava.classfile.AttributeInfo |
length |
Fields inherited from class koala.dynamicjava.classfile.BytecodeComponent |
constantPool, nameIndex |
Constructor Summary | |
SimpleAttribute(ConstantPool cp,
java.lang.String nm)
Creates a new attribute |
Method Summary | |
void |
write(java.io.DataOutputStream out)
Writes the exception info to the given output stream. |
Methods inherited from class koala.dynamicjava.classfile.BytecodeComponent |
getConstantPool, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleAttribute(ConstantPool cp, java.lang.String nm)
cp
- the constant poolnm
- the attribute nameMethod Detail |
public void write(java.io.DataOutputStream out) throws java.io.IOException
write
in class BytecodeComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |