public class LocalVariableState extends Object
Constructor and Description |
---|
LocalVariableState(ClassMethod method)
construct the initial local variable state for a method
|
LocalVariableState(ConstPool pool,
String... entries) |
Modifier and Type | Method and Description |
---|---|
LocalVariableState |
constructorCall(StackEntry entry) |
StackEntry |
get(int index) |
List<StackEntry> |
getContents() |
int |
size() |
LocalVariableState |
store(int index,
StackEntry entry) |
LocalVariableState |
storeWide(int index,
StackEntry entry) |
String |
toString() |
public LocalVariableState(ClassMethod method)
public List<StackEntry> getContents()
public StackEntry get(int index)
public LocalVariableState storeWide(int index, StackEntry entry)
public LocalVariableState store(int index, StackEntry entry)
public int size()
public LocalVariableState constructorCall(StackEntry entry)
Copyright © 2015. All rights reserved.