Modifier and Type | Class and Description |
---|---|
static class |
UnaryTestListNode.State |
EMPTY_CHILDREN
Constructor and Description |
---|
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, getEndChar, getEndColumn, getEndLine, getParserRuleContext, getStartChar, getStartColumn, getStartLine, getText, setCtx, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toString
public UnaryTestListNode(org.antlr.v4.runtime.ParserRuleContext ctx)
public UnaryTestListNode(org.antlr.v4.runtime.ParserRuleContext ctx, List<BaseNode> elements, UnaryTestListNode.State state)
public boolean isNegated()
public UnaryTestListNode.State getState()
public List evaluate(EvaluationContext ctx)
public Type getResultType()
getResultType
in interface ASTNode
getResultType
in class BaseNode
public ASTNode[] getChildrenNode()
getChildrenNode
in interface ASTNode
getChildrenNode
in class BaseNode
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.