Constructor and Description |
---|
FunctionInvocationNode(org.antlr.v4.runtime.ParserRuleContext ctx,
BaseNode name,
ListNode params) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(EvaluationContext ctx) |
BaseNode |
getName() |
ListNode |
getParams() |
Type |
getResultType() |
void |
setName(BaseNode name) |
void |
setParams(ListNode params) |
astEvent, astEvent, getEndChar, getEndColumn, getEndLine, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toString
public BaseNode getName()
public void setName(BaseNode name)
public ListNode getParams()
public void setParams(ListNode params)
public Object evaluate(EvaluationContext ctx)
public Type getResultType()
getResultType
in interface ASTNode
getResultType
in class BaseNode
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.