public final class ClosureInvocationExpression extends Expression
Constructor and Description |
---|
ClosureInvocationExpression(ASTInfo info,
Type returnType,
Expression closureExpression,
List<Expression> arguments)
Creates new instance of
ClosureInvocationExpression . |
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.
|
List<Expression> |
getArgs()
Returns unmodifiable list of arguments.
|
Expression |
getClosureExpression()
Returns the closureExpression.
|
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 ClosureInvocationExpression(ASTInfo info, Type returnType, Expression closureExpression, List<Expression> arguments)
ClosureInvocationExpression
.info
- returnType
- closureExpression
- arguments
- NullPointerException
- if arguments
or closureExpression
is nullIllegalArgumentException
- if arguments
contain null elementpublic List<Expression> getArgs()
public Expression getClosureExpression()
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
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.