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
Deprecated.
Use the getter/setter to access the field as it may
be made private in a later release
|
Modifier and Type | Method and Description |
---|---|
static UninitializedObjectType |
Frame.getThis() |
Modifier and Type | Method and Description |
---|---|
void |
LocalVariables.initializeObject(UninitializedObjectType uninitializedObjectType)
Replaces all occurrences of
uninitializedObjectType 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.
|
static void |
Frame.setThis(UninitializedObjectType _this) |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.