public interface EvaluationResult
| Modifier and Type | Field and Description |
|---|---|
static EvaluationResult |
VOID |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(String variableName)
Get access to the value of an exported variable (exported with a call to
the jsweet.util.Lang.$export function).
|
String |
getExecutionTrace()
Gets the execution trace of the program execution.
|
static final EvaluationResult VOID
<T> T get(String variableName)
variableName - the variable to accessString getExecutionTrace()