Uses of Class
org.aspectj.apache.bcel.generic.InstructionBranch
Packages that use InstructionBranch
-
Uses of InstructionBranch in org.aspectj.apache.bcel.generic
Subclasses of InstructionBranch in org.aspectj.apache.bcel.genericModifier and TypeClassDescriptionclassSelect - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.classLOOKUPSWITCH - Switch with unordered set of valuesclassTABLESWITCH - Switch within given range of values, i.e., low..highMethods in org.aspectj.apache.bcel.generic that return InstructionBranchModifier and TypeMethodDescriptionstatic InstructionBranchInstructionFactory.createBranchInstruction(short opcode, InstructionHandle target)Create branch instruction by given opcode, except LOOKUPSWITCH and TABLESWITCH.Methods in org.aspectj.apache.bcel.generic with parameters of type InstructionBranchModifier 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.voidInstVisitor.visitBranchInstruction(InstructionBranch obj)voidInstVisitor.visitJSR(InstructionBranch obj)voidInstVisitor.visitJSR_W(InstructionBranch obj)voidInstVisitor.visitJsrInstruction(InstructionBranch obj)