|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalVariables | |
|---|---|
| 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. |
| Uses of LocalVariables in org.apache.bcel.verifier.structurals |
|---|
| Fields in org.apache.bcel.verifier.structurals declared as LocalVariables | |
|---|---|
private LocalVariables |
Frame.locals
|
| Methods in org.apache.bcel.verifier.structurals that return LocalVariables | |
|---|---|
LocalVariables |
LocalVariables.getClone()
Returns a (correctly typed) clone of this object. |
LocalVariables |
Frame.getLocals()
|
private LocalVariables |
InstConstraintVisitor.locals()
The LocalVariables we're working on. |
private LocalVariables |
ExecutionVisitor.locals()
The LocalVariables from the current Frame we're operating on. |
| Methods in org.apache.bcel.verifier.structurals with parameters of type LocalVariables | |
|---|---|
void |
LocalVariables.merge(LocalVariables lv)
Merges two local variables sets as described in the Java Virtual Machine Specification, Second Edition, section 4.9.2, page 146. |
private void |
LocalVariables.merge(LocalVariables lv,
int i)
Merges a single local variable. |
| Constructors in org.apache.bcel.verifier.structurals with parameters of type LocalVariables | |
|---|---|
Frame(LocalVariables locals,
OperandStack stack)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||