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 | Field and Description |
---|---|
protected static UninitializedObjectType |
Frame._this
For instance initialization methods, it is important to remember
which instance it is that is not initialized yet.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalVariables.initializeObject(UninitializedObjectType u)
Replaces all occurences of u in this local variables set
with an "initialized" ObjectType.
|
void |
OperandStack.initializeObject(UninitializedObjectType u)
Replaces all occurences of u in this OperandStack instance
with an "initialized" ObjectType.
|
Copyright © 2017. All rights reserved.