com.jeffpalm.basic.bytecode
Interface IMutableLineNumberTableAttribute

All Superinterfaces:
IAttribute, ICodeGenerator, IDumpable, ILineNumberTableAttribute
All Known Implementing Classes:
LineNumberTableAttribute

public interface IMutableLineNumberTableAttribute
extends ILineNumberTableAttribute


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jeffpalm.basic.bytecode.ILineNumberTableAttribute
ILineNumberTableAttribute.IEntry
 
Method Summary
 ILineNumberTableAttribute.IEntry addEntry(int startPC, int lineNumber)
           
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ILineNumberTableAttribute
entries, lineNumber, lineNumberTableLength, startPC
 
Methods inherited from interface com.jeffpalm.basic.bytecode.IAttribute
length, name, pool
 
Methods inherited from interface com.jeffpalm.basic.util.IDumpable
dump
 
Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator
gen
 

Method Detail

addEntry

ILineNumberTableAttribute.IEntry addEntry(int startPC,
                                          int lineNumber)