|
bcel API: Uses of Class org.apache.bcel.generic.BranchHandle
Uses of Class
|
Packages that use BranchHandle | |
org.apache.bcel.generic | This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. |
Uses of BranchHandle in org.apache.bcel.generic |
Methods in org.apache.bcel.generic that return BranchHandle | |
BranchHandle |
InstructionList.append(BranchInstruction i)
Append a branch instruction to the end of this list. |
BranchHandle |
InstructionList.append(InstructionHandle ih,
BranchInstruction i)
Append an instruction after instruction (handle) ih contained in this list. |
BranchHandle |
InstructionList.insert(BranchInstruction i)
Insert a branch instruction at start of this list. |
BranchHandle |
InstructionList.insert(InstructionHandle ih,
BranchInstruction i)
Insert an instruction before instruction (handle) ih contained in this list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |