Package | Description |
---|---|
org.apache.commons.javaflow.bytecode.transformation.bcel.analyser |
Modifier and Type | Field and Description |
---|---|
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 |
OperandStack.initializeObject(UninitializedObjectType u)
Replaces all occurences of u in this OperandStack instance
with an "initialized" ObjectType.
|
void |
LocalVariables.initializeObject(UninitializedObjectType u)
Replaces all occurences of u in this local variables set
with an "initialized" ObjectType.
|
Copyright © 2004–2013. All rights reserved.