public class PartialEvaluatorUtils
extends java.lang.Object
Constructor and Description |
---|
PartialEvaluatorUtils() |
Modifier and Type | Method and Description |
---|---|
static Value |
getStackBefore(PartialEvaluator partialEvaluator,
int offset,
int index)
Returns the value from the before stack at offset, counting from the top.
|
static Value |
getStackValue(Stack stack,
int indexFromTop)
Returns the value from the stack, counting from the top of the stack.
|
public static Value getStackValue(Stack stack, int indexFromTop)
public static Value getStackBefore(PartialEvaluator partialEvaluator, int offset, int index)