Package | Description |
---|---|
org.apache.bcel.generic |
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
|
Modifier and Type | Class and Description |
---|---|
class |
GOTO
GOTO - Branch always (to relative offset, not absolute address)
|
class |
GOTO_W
GOTO_W - Branch always (to relative offset, not absolute address)
|
Modifier and Type | Method and Description |
---|---|
void |
EmptyVisitor.visitGotoInstruction(GotoInstruction obj) |
void |
Visitor.visitGotoInstruction(GotoInstruction obj) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.