| Modifier and Type | Class and Description |
|---|---|
static class |
UnaryTestListNode.State |
EMPTY_CHILDREN| Constructor and Description |
|---|
UnaryTestListNode(List<BaseNode> elements,
UnaryTestListNode.State state) |
UnaryTestListNode(org.antlr.v4.runtime.ParserRuleContext ctx) |
UnaryTestListNode(org.antlr.v4.runtime.ParserRuleContext ctx,
List<BaseNode> elements,
UnaryTestListNode.State state) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> v) |
List |
evaluate(EvaluationContext ctx) |
ASTNode[] |
getChildrenNode() |
List<BaseNode> |
getElements() |
Type |
getResultType() |
UnaryTestListNode.State |
getState() |
boolean |
isNegated() |
void |
setElements(List<BaseNode> elements) |
astEvent, astEvent, copyLocationAttributesFrom, getEndChar, getEndColumn, getEndLine, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toStringpublic UnaryTestListNode(org.antlr.v4.runtime.ParserRuleContext ctx)
public UnaryTestListNode(org.antlr.v4.runtime.ParserRuleContext ctx,
List<BaseNode> elements,
UnaryTestListNode.State state)
public UnaryTestListNode(List<BaseNode> elements, UnaryTestListNode.State state)
public boolean isNegated()
public UnaryTestListNode.State getState()
public List evaluate(EvaluationContext ctx)
public Type getResultType()
getResultType in interface ASTNodegetResultType in class BaseNodepublic ASTNode[] getChildrenNode()
getChildrenNode in interface ASTNodegetChildrenNode in class BaseNodeCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.