public class EvaluationContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static Object |
NULL_VALUE |
| Constructor and Description |
|---|
EvaluationContext(Object thisObject) |
EvaluationContext(Object thisObject,
SourceElement caller,
EvaluationContext parent) |
EvaluationContext(Object thisObject,
SourceElement caller,
EvaluationContext parent,
IBundleEntity current) |
| Modifier and Type | Method and Description |
|---|---|
SourceElement |
getCaller() |
IBundleEntity |
getCurrent() |
Object |
getThisObject() |
Object |
getVariable(String id) |
void |
printStackTrace(SourceElement element,
PrintStream s) |
void |
setVariable(String id,
Object value) |
public static Object NULL_VALUE
public EvaluationContext(Object thisObject)
public EvaluationContext(Object thisObject, SourceElement caller, EvaluationContext parent)
public EvaluationContext(Object thisObject, SourceElement caller, EvaluationContext parent, IBundleEntity current)
public Object getThisObject()
public SourceElement getCaller()
public IBundleEntity getCurrent()
public void printStackTrace(SourceElement element, PrintStream s)
Copyright © 2014. All rights reserved.