|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BranchHandle | |
---|---|
org.aspectj.apache.bcel.generic |
Uses of BranchHandle in org.aspectj.apache.bcel.generic |
---|
Methods in org.aspectj.apache.bcel.generic that return BranchHandle | |
---|---|
BranchHandle |
InstructionList.append(InstructionBranch i)
Append a branch instruction to the end of this list. |
BranchHandle |
InstructionList.append(InstructionHandle ih,
InstructionBranch i)
Append an instruction after instruction (handle) ih contained in this list. |
BranchHandle |
InstructionList.insert(InstructionBranch i)
Insert a branch instruction at start of this list. |
BranchHandle |
InstructionList.insert(InstructionHandle ih,
InstructionBranch i)
Insert an instruction before instruction (handle) ih contained in this list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |