|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jasml.classes.Attribute
com.jasml.classes.Attribute_Code
Nested Class Summary | |
static class |
Attribute_Code.ExceptionTableItem
|
static class |
Attribute_Code.Opcode
|
Field Summary | |
Attribute[] |
attributes
|
int |
attributes_count
|
int |
code_length
|
Attribute_Code.Opcode[] |
codes
|
Attribute_Code.ExceptionTableItem[] |
exception_table
|
int |
exception_table_length
|
int |
max_locals
|
int |
max_stack
|
Fields inherited from class com.jasml.classes.Attribute |
attribute_length, attribute_name, attribute_name_index, attribute_tag, attrInfo |
Constructor Summary | |
Attribute_Code()
|
|
Attribute_Code(int attrLength,
int max_stack,
int max_locals,
int code_length,
Attribute_Code.Opcode[] codes,
int exception_table_length,
Attribute_Code.ExceptionTableItem[] exception_Table,
int attributes_count,
Attribute[] attributes)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int max_stack
public int max_locals
public int code_length
public Attribute_Code.Opcode[] codes
public int exception_table_length
public Attribute_Code.ExceptionTableItem[] exception_table
public int attributes_count
public Attribute[] attributes
Constructor Detail |
public Attribute_Code()
public Attribute_Code(int attrLength, int max_stack, int max_locals, int code_length, Attribute_Code.Opcode[] codes, int exception_table_length, Attribute_Code.ExceptionTableItem[] exception_Table, int attributes_count, Attribute[] attributes)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |