com.jasml.classes
Class Attribute_Code

java.lang.Object
  extended bycom.jasml.classes.Attribute
      extended bycom.jasml.classes.Attribute_Code

public class Attribute_Code
extends Attribute


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

max_stack

public int max_stack

max_locals

public int max_locals

code_length

public int code_length

codes

public Attribute_Code.Opcode[] codes

exception_table_length

public int exception_table_length

exception_table

public Attribute_Code.ExceptionTableItem[] exception_table

attributes_count

public int attributes_count

attributes

public Attribute[] attributes
Constructor Detail

Attribute_Code

public Attribute_Code()

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)