| Package | Description |
|---|---|
| org.apache.bcel.verifier.structurals |
Provides 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 |
|---|---|
LocalVariables |
LocalVariables.getClone()
Returns a (correctly typed) clone of this object.
|
LocalVariables |
Frame.getLocals() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalVariables.merge(LocalVariables localVariable)
Merges two local variables sets as described in the Java Virtual Machine Specification, Second Edition, section
4.9.2, page 146.
|
| Constructor and Description |
|---|
Frame(LocalVariables locals,
OperandStack stack) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.