Verwendungen von Klasse
org.aspectj.apache.bcel.generic.BranchHandle
Packages, die BranchHandle verwenden
-
Verwendungen von BranchHandle in org.aspectj.apache.bcel.generic
Methoden in org.aspectj.apache.bcel.generic, die BranchHandle zurückgebenModifizierer 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.