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