EMPTY_CHILDREN| Constructor and Description |
|---|
FunctionInvocationNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode name,
ListNode params) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> v) |
Object |
evaluate(EvaluationContext ctx) |
ASTNode[] |
getChildrenNode() |
BaseNode |
getName() |
ListNode |
getParams() |
Type |
getResultType() |
TemporalConstantNode |
getTcFolded() |
void |
setName(BaseNode name) |
void |
setParams(ListNode params) |
void |
setTcFolded(TemporalConstantNode tcFolded) |
astEvent, astEvent, copyLocationAttributesFrom, getEndChar, getEndColumn, getEndLine, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toStringpublic BaseNode getName()
public void setName(BaseNode name)
public ListNode getParams()
public void setParams(ListNode params)
public void setTcFolded(TemporalConstantNode tcFolded)
public TemporalConstantNode getTcFolded()
public Object evaluate(EvaluationContext ctx)
public Type getResultType()
getResultType in interface ASTNodegetResultType in class BaseNodepublic ASTNode[] getChildrenNode()
getChildrenNode in interface ASTNodegetChildrenNode in class BaseNodeCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.