Modifier and Type | Class and Description |
---|---|
static class |
AtLiteralNode.TypeAndFn |
EMPTY_CHILDREN
Constructor and Description |
---|
AtLiteralNode(org.antlr.v4.runtime.ParserRuleContext ctx,
StringNode stringLiteral) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(Visitor<T> v) |
Object |
evaluate(EvaluationContext ctx) |
static AtLiteralNode.TypeAndFn |
fromAtValue(String value) |
Type |
getResultType() |
StringNode |
getStringLiteral() |
astEvent, astEvent, copyLocationAttributesFrom, getChildrenNode, getEndChar, getEndColumn, getEndLine, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toString
public AtLiteralNode(org.antlr.v4.runtime.ParserRuleContext ctx, StringNode stringLiteral)
public StringNode getStringLiteral()
public Object evaluate(EvaluationContext ctx)
public Type getResultType()
getResultType
in interface ASTNode
getResultType
in class BaseNode
public <T> T accept(Visitor<T> v)
public static AtLiteralNode.TypeAndFn fromAtValue(String value)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.