com.jasml.classes
Class Attribute_LocalVariableTable

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

public class Attribute_LocalVariableTable
extends Attribute


Nested Class Summary
static class Attribute_LocalVariableTable.LocalVariable
           
 
Field Summary
 Attribute_LocalVariableTable.LocalVariable[] local_variable_table
           
 int local_variable_table_length
           
 
Fields inherited from class com.jasml.classes.Attribute
attribute_length, attribute_name, attribute_name_index, attribute_tag, attrInfo
 
Constructor Summary
Attribute_LocalVariableTable(int attrLength, int local_variable_table_length, Attribute_LocalVariableTable.LocalVariable[] local_variable_table)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

local_variable_table_length

public int local_variable_table_length

local_variable_table

public Attribute_LocalVariableTable.LocalVariable[] local_variable_table
Constructor Detail

Attribute_LocalVariableTable

public Attribute_LocalVariableTable(int attrLength,
                                    int local_variable_table_length,
                                    Attribute_LocalVariableTable.LocalVariable[] local_variable_table)