|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcaas.Insertor
public class Insertor
| Field Summary | |
|---|---|
static int |
test
|
| Constructor Summary | |
|---|---|
Insertor(org.apache.bcel.generic.InstructionList list)
Constructs a new Insertor object |
|
| Method Summary | |
|---|---|
void |
insert(org.apache.bcel.generic.InstructionList list,
int index)
The insert method is stores each added InstructionList in order to add them in reverser order. |
org.apache.bcel.generic.InstructionList |
merge()
The merge method takes the set of IndexedList and adds them, in order, to the original InstructionList |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int test
| Constructor Detail |
|---|
public Insertor(org.apache.bcel.generic.InstructionList list)
list - - the original InstructionList| Method Detail |
|---|
public void insert(org.apache.bcel.generic.InstructionList list,
int index)
list - - set of Instructions to be addedindex - - where to add the new Instructionspublic org.apache.bcel.generic.InstructionList merge()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||