Uses of Class
org.aspectj.apache.bcel.generic.BranchHandle
-
Packages that use BranchHandle Package Description org.aspectj.apache.bcel.generic -
-
Uses of BranchHandle in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that return BranchHandle Modifier and Type Method Description BranchHandleInstructionList. append(InstructionBranch i)BranchHandleInstructionList. append(InstructionHandle ih, InstructionBranch i)BranchHandleInstructionList. insert(InstructionBranch i)BranchHandleInstructionList. insert(InstructionHandle ih, InstructionBranch i)
-