com.jeffpalm.basic.bytecode
Interface IMutableCode
- All Superinterfaces:
- ICode, ICodeGenerator, IDumpable
- All Known Implementing Classes:
- Code
public interface IMutableCode
- extends ICode
Nested classes/interfaces inherited from interface com.jeffpalm.basic.bytecode.ICode |
ICode.Iterator |
Methods inherited from interface com.jeffpalm.basic.util.IDumpable |
dump |
append
int append(Instruction instr)
insertAfter
boolean insertAfter(Instruction newInstr,
Instruction target)
insertBefore
boolean insertBefore(Instruction newInstr,
Instruction target)
insertAtLabel
boolean insertAtLabel(Instruction newInstr,
int label)
clear
void clear()