Verwendungen von Klasse
org.aspectj.apache.bcel.generic.InstructionBranch
Packages, die InstructionBranch verwenden
-
Verwendungen von InstructionBranch in org.aspectj.apache.bcel.generic
Unterklassen von InstructionBranch in org.aspectj.apache.bcel.genericModifizierer und TypKlasseBeschreibungclassSelect - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.classLOOKUPSWITCH - Switch with unordered set of valuesclassTABLESWITCH - Switch within given range of values, i.e., low..highMethoden in org.aspectj.apache.bcel.generic, die InstructionBranch zurückgebenModifizierer und TypMethodeBeschreibungstatic InstructionBranchInstructionFactory.createBranchInstruction(short opcode, InstructionHandle target) Create branch instruction by given opcode, except LOOKUPSWITCH and TABLESWITCH.Methoden in org.aspectj.apache.bcel.generic mit Parametern vom Typ InstructionBranchModifizierer und TypMethodeBeschreibungInstructionList.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)