public class ContextLookup extends AbstractLValue
| Constructor and Description |
|---|
ContextLookup(String name) |
ContextLookup(String name,
ParsePosition parsePosition) |
| Modifier and Type | Method and Description |
|---|---|
TypeValuePair |
evaluate() |
String |
getName() |
Type |
getValueType()
Querying the value type is only valid *after* the value has been
evaluated.
|
boolean |
isConstant()
Checks whether the LValue is constant.
|
String |
toString() |
clone, getChildValues, getContext, getParsePosition, initialize, setParsePositionpublic ContextLookup(String name)
public ContextLookup(String name, ParsePosition parsePosition)
public TypeValuePair evaluate() throws EvaluationException
EvaluationExceptionpublic Type getValueType()
AbstractLValuegetValueType in interface LValuegetValueType in class AbstractLValuepublic boolean isConstant()
public String getName()