|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.synth.classparse.ClassFileParser
byucc.jhdl.synth.classparse.AttributeInfo
byucc.jhdl.synth.classparse.AttributeExceptions
Field Summary |
Fields inherited from class byucc.jhdl.synth.classparse.AttributeInfo |
attribute_name |
Fields inherited from class byucc.jhdl.synth.classparse.ClassFileParser |
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8 |
Constructor Summary | |
AttributeExceptions(int name_index)
|
Method Summary | |
int |
length()
|
void |
toClass(ClassFileWriter output)
Spit out the contents of this AttributeExceptions to the given ClassFileWriter. |
java.lang.StringBuffer |
toJasmin(java.lang.StringBuffer result)
|
java.lang.String |
toString()
|
Methods inherited from class byucc.jhdl.synth.classparse.ClassFileParser |
getClassFile, getConstantPool, parseAttributeInfo, parseAttributes, parseConstantPool, parseCPInfo, parseDouble, parseFieldInfo, parseFields, parseFloat, parseLong, parseMethodInfo, parseMethods, parseOpCode, parseSuccess, parseUTF, s2, toJasmin, u1, u2, u4 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public AttributeExceptions(int name_index)
Method Detail |
public void toClass(ClassFileWriter output)
toClass
in class AttributeInfo
output
- a ClassFileWriter constructed with a DataOutputStram to
contain the output class file.public int length()
length
in class ClassFileParser
public java.lang.String toString()
public java.lang.StringBuffer toJasmin(java.lang.StringBuffer result)
toJasmin
in class AttributeInfo
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |