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