| 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 |
BIPUSH
BIPUSH - Push byte on stack
Stack: ...
|
class |
DCONST
DCONST - Push 0.0 or 1.0, other values cause an exception
Stack: ...
|
class |
FCONST
FCONST - Push 0.0, 1.0 or 2.0, other values cause an exception
Stack: ...
|
class |
ICONST
ICONST - Push value between -1, ..., 5, other values cause an exception
Stack: ...
|
class |
LCONST
LCONST - Push 0 or 1, other values cause an exception
Stack: ...
|
class |
SIPUSH
SIPUSH - Push short
Stack: ...
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmptyVisitor.visitConstantPushInstruction(ConstantPushInstruction obj) |
void |
Visitor.visitConstantPushInstruction(ConstantPushInstruction obj) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.