EMPTY_CHILDREN| Constructor and Description |
|---|
FormalParameterNode(org.antlr.v4.runtime.ParserRuleContext ctx,
NameDefNode name,
TypeNode type) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> v) |
FEELFunction.Param |
evaluate(EvaluationContext ctx) |
NameDefNode |
getName() |
Type |
getResultType() |
TypeNode |
getType() |
astEvent, astEvent, copyLocationAttributesFrom, getChildrenNode, getEndChar, getEndColumn, getEndLine, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toStringpublic FormalParameterNode(org.antlr.v4.runtime.ParserRuleContext ctx,
NameDefNode name,
TypeNode type)
public FEELFunction.Param evaluate(EvaluationContext ctx)
public Type getResultType()
getResultType in interface ASTNodegetResultType in class BaseNodepublic <T> T accept(Visitor<T> v)
public NameDefNode getName()
public TypeNode getType()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.