jmusic.annotation
Class InstructionListInsertor

java.lang.Object
  extended by 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

Constructor Summary
InstructionListInsertor(org.apache.bcel.generic.InstructionList list)
           
 
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
 

Constructor Detail

InstructionListInsertor

public InstructionListInsertor(org.apache.bcel.generic.InstructionList list)
Method Detail

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()