public final class VariableExpression extends AssignableExpression
Constructor and Description |
---|
VariableExpression(ASTInfo info,
VariableInfo varInfo) |
Modifier and Type | Method and Description |
---|---|
<T,E extends Throwable> |
accept(ExpressionVisitor<T,E> visitor)
Accepts visitor.
|
protected Object |
basicInterpret(Interpreter interpreter,
InterpreterStackTrace stackTrace)
Interpret expression.
|
String |
getName()
Returns the variable name.
|
String |
getNamespaceName()
Returns the namespace name of the variable.
|
VariableInfo |
getVariableInfo()
Returns the variable-info.
|
protected Object |
interpretCompoundAssignment(Operation operation,
Expression arg,
Interpreter interpreter,
InterpreterStackTrace stackTrace) |
boolean |
isModule()
Returns the module flag.
|
boolean |
isReadOnly()
Returns true if this is a read only variable
|
void |
setValue(Object value,
Namespace namespace,
InterpreterStackTrace stackTrace,
ExpressionOrigin origin)
Assign a value into the assignable (e.g.
|
createANTLRParser, doInterpret, evalCondition, evaluateToExpressions, executeCompiled, getCompiled, getDebugLine, getIdentifierAst, getParseTimeConstant, getPrimaryRange, getPropertySelectorRange, getRange, getResultExpression, getResultExpressions, getType, interpret, interpretInCurrentNamespace, isCreatingNonModuleContextObjects, isParseTimeConstant, requiresNewNamespace, setCompiled, showInFullText, showInSurroundingText, showInText, toExpressions
getFullText, getLine, getNodeText, getText, toString
contains, getBeginIndex, getEndIndex, getLength
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFullText, getLine, getNodeText, getText
contains, getBeginIndex, getEndIndex, getLength
public VariableExpression(ASTInfo info, VariableInfo varInfo)
info
- varInfo
- NullPointerException
- if the varInfo
is nullpublic String getNamespaceName()
public boolean isModule()
public String getName()
public boolean isReadOnly()
public VariableInfo getVariableInfo()
public <T,E extends Throwable> T accept(ExpressionVisitor<T,E> visitor) throws E extends Throwable
Expression
accept
in class Expression
E
E extends Throwable
protected Object basicInterpret(Interpreter interpreter, InterpreterStackTrace stackTrace) throws ErrorException
Expression
basicInterpret
in class Expression
ErrorException
public void setValue(Object value, Namespace namespace, InterpreterStackTrace stackTrace, ExpressionOrigin origin) throws ErrorException
AssignableExpression
setValue
in class AssignableExpression
ErrorException
protected Object interpretCompoundAssignment(Operation operation, Expression arg, Interpreter interpreter, InterpreterStackTrace stackTrace) throws ErrorException
interpretCompoundAssignment
in class AssignableExpression
ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.