jmusic.annotation
Class InstructionListInsertor
java.lang.Object
jmusic.annotation.InstructionListInsertor
public class InstructionListInsertor
- extends java.lang.Object
- Author:
- reverend
TODO To change the template for this gendderated type comment go to
Window - Preferences - Java - Code Style - Code Templates
Method Summary |
void |
append(org.apache.bcel.generic.InstructionHandle ih,
org.apache.bcel.generic.InstructionList il,
boolean adjust_branches)
|
void |
insert(org.apache.bcel.generic.InstructionHandle ih,
org.apache.bcel.generic.InstructionList il,
boolean adjust_branches)
|
org.apache.bcel.generic.InstructionList |
merge()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstructionListInsertor
public InstructionListInsertor(org.apache.bcel.generic.InstructionList list)
insert
public void insert(org.apache.bcel.generic.InstructionHandle ih,
org.apache.bcel.generic.InstructionList il,
boolean adjust_branches)
append
public void append(org.apache.bcel.generic.InstructionHandle ih,
org.apache.bcel.generic.InstructionList il,
boolean adjust_branches)
merge
public org.apache.bcel.generic.InstructionList merge()