| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.bcel.external.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 |
ALOAD
ALOAD - Load reference from local variable
Stack: ...
|
class |
DLOAD
DLOAD - Load double from local variable
Stack ...
|
class |
FLOAD
FLOAD - Load float from local variable
Stack ...
|
class |
ILOAD
ILOAD - Load int from local variable onto stack
Stack: ...
|
class |
LLOAD
LLOAD - Load long from local variable
Stack ...
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyVisitor.visitLoadInstruction(LoadInstruction obj) |
void |
Visitor.visitLoadInstruction(LoadInstruction obj) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.