| 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 | Class and Description |
|---|---|
class |
ATHROW
ATHROW - Throw exception
|
class |
GOTO
GOTO - Branch always (to relative offset, not absolute address)
|
class |
GOTO_W
GOTO_W - Branch always (to relative offset, not absolute address)
|
class |
GotoInstruction
Super class for GOTO
|
class |
JSR
JSR - Jump to subroutine
|
class |
JSR_W
JSR_W - Jump to subroutine
|
class |
JsrInstruction
Super class for JSR - Jump to subroutine
|
| Modifier and Type | Method and Description |
|---|---|
void |
Visitor.visitUnconditionalBranch(UnconditionalBranch obj) |
void |
EmptyVisitor.visitUnconditionalBranch(UnconditionalBranch obj) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.