Uses of Class
org.apache.bcel.generic.BranchHandle
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of BranchHandle in org.apache.bcel.generic
Modifier and TypeMethodDescriptionInstructionList.append
(BranchInstruction i) Append a branch instruction to the end of this list.InstructionList.append
(InstructionHandle ih, BranchInstruction i) Append an instruction after instruction (handle) ih contained in this list.InstructionList.insert
(BranchInstruction i) Insert a branch instruction at start of this list.InstructionList.insert
(InstructionHandle ih, BranchInstruction i) Insert an instruction before instruction (handle) ih contained in this list.