Modifier and Type | Class and Description |
---|---|
static class |
UnaryTestNode.UnaryOperator |
Constructor and Description |
---|
UnaryTestNode(org.antlr.v4.runtime.ParserRuleContext ctx,
String op,
BaseNode value) |
UnaryTestNode(String op,
BaseNode value) |
Modifier and Type | Method and Description |
---|---|
UnaryTest |
evaluate(EvaluationContext ctx) |
UnaryTestNode.UnaryOperator |
getOperator() |
BaseNode |
getValue() |
void |
setOperator(UnaryTestNode.UnaryOperator operator) |
void |
setValue(BaseNode value) |
astEvent, astEvent, getEndChar, getEndColumn, getEndLine, getResultType, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toString
public UnaryTestNode.UnaryOperator getOperator()
public void setOperator(UnaryTestNode.UnaryOperator operator)
public BaseNode getValue()
public void setValue(BaseNode value)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.