| 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.
|
| org.apache.bcel.verifier.structurals |
A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Visitor.visitSALOAD(SALOAD obj) |
void |
EmptyVisitor.visitSALOAD(SALOAD obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstConstraintVisitor.visitSALOAD(SALOAD o)
Ensures the specific preconditions of the said instruction.
|
void |
ExecutionVisitor.visitSALOAD(SALOAD o)
Symbolically executes the corresponding Java Virtual Machine instruction.
|
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.