com.jeffpalm.decompiler
Interface LocalVariableTableAttribute

All Superinterfaces:
Attribute, Dumpable

public interface LocalVariableTableAttribute
extends Attribute


Nested Class Summary
static interface LocalVariableTableAttribute.Item
           
 
Nested classes/interfaces inherited from interface com.jeffpalm.decompiler.Dumpable
Dumpable.Helper
 
Field Summary
 
Fields inherited from interface com.jeffpalm.decompiler.Dumpable
HELPER
 
Method Summary
 int local_variable_table_length()
           
 LocalVariableTableAttribute.Item local_variable_table(int i)
           
 
Methods inherited from interface com.jeffpalm.decompiler.Attribute
length, name, toString
 
Methods inherited from interface com.jeffpalm.decompiler.Dumpable
dumpTo
 

Method Detail

local_variable_table_length

int local_variable_table_length()

local_variable_table

LocalVariableTableAttribute.Item local_variable_table(int i)