|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMutableCode
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.jeffpalm.basic.bytecode.ICode |
|---|
ICode.Iterator |
| Method Summary | |
|---|---|
int |
append(Instruction instr)
|
void |
clear()
|
boolean |
insertAfter(Instruction newInstr,
Instruction target)
|
boolean |
insertAtLabel(Instruction newInstr,
int label)
|
boolean |
insertBefore(Instruction newInstr,
Instruction target)
|
| Methods inherited from interface com.jeffpalm.basic.bytecode.ICode |
|---|
getAtLabel, instructions, iterator, length, size |
| Methods inherited from interface com.jeffpalm.basic.bytecode.ICodeGenerator |
|---|
gen |
| Methods inherited from interface com.jeffpalm.basic.util.IDumpable |
|---|
dump |
| Method Detail |
|---|
int append(Instruction instr)
boolean insertAfter(Instruction newInstr,
Instruction target)
boolean insertBefore(Instruction newInstr,
Instruction target)
boolean insertAtLabel(Instruction newInstr,
int label)
void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||