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 TypKlasseBeschreibungclass
Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.class
LOOKUPSWITCH - Switch with unordered set of valuesclass
TABLESWITCH - Switch within given range of values, i.e., low..highMethoden in org.aspectj.apache.bcel.generic, die InstructionBranch zurückgebenModifizierer und TypMethodeBeschreibungstatic InstructionBranch
InstructionFactory.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.void
InstVisitor.visitBranchInstruction
(InstructionBranch obj) void
InstVisitor.visitJSR
(InstructionBranch obj) void
InstVisitor.visitJSR_W
(InstructionBranch obj) void
InstVisitor.visitJsrInstruction
(InstructionBranch obj)