| Package | Description |
|---|---|
| org.apache.bcel.generic |
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
|
| Modifier and Type | Method and Description |
|---|---|
BranchHandle |
InstructionList.append(BranchInstruction i)
Append a branch instruction to the end of this list.
|
BranchHandle |
InstructionList.append(InstructionHandle ih,
BranchInstruction i)
Append an instruction after instruction (handle) ih contained in this list.
|
BranchHandle |
InstructionList.insert(BranchInstruction i)
Insert a branch instruction at start of this list.
|
BranchHandle |
InstructionList.insert(InstructionHandle ih,
BranchInstruction i)
Insert an instruction before instruction (handle) ih contained in this list.
|
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.