com.jeffpalm.decompiler
Interface LineNumberTableAttribute

All Superinterfaces:
Attribute, Dumpable

public interface LineNumberTableAttribute
extends Attribute


Nested Class Summary
static interface LineNumberTableAttribute.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 line_number_table_length()
           
 LineNumberTableAttribute.Item line_number_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

line_number_table_length

int line_number_table_length()

line_number_table

LineNumberTableAttribute.Item line_number_table(int i)