Uses of Class
org.aspectj.apache.bcel.generic.InstructionBranch
-
Packages that use InstructionBranch Package Description org.aspectj.apache.bcel.generic -
-
Uses of InstructionBranch in org.aspectj.apache.bcel.generic
Subclasses of InstructionBranch in org.aspectj.apache.bcel.generic Modifier and Type Class Description classInstructionSelectclassLOOKUPSWITCHclassTABLESWITCHMethods in org.aspectj.apache.bcel.generic that return InstructionBranch Modifier and Type Method Description static InstructionBranchInstructionFactory. createBranchInstruction(short opcode, InstructionHandle target)Methods in org.aspectj.apache.bcel.generic with parameters of type InstructionBranch 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)voidInstVisitor. visitBranchInstruction(InstructionBranch obj)voidInstVisitor. visitJSR(InstructionBranch obj)voidInstVisitor. visitJSR_W(InstructionBranch obj)voidInstVisitor. visitJsrInstruction(InstructionBranch obj)
-