Constructor and Description |
---|
QualifiedNameNode(org.antlr.v4.runtime.ParserRuleContext ctx,
List<NameRefNode> parts,
Type type) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(EvaluationContext ctx) |
List<NameRefNode> |
getParts() |
String[] |
getPartsAsStringArray() |
Type |
getResultType() |
void |
setParts(List<NameRefNode> parts) |
astEvent, astEvent, getEndChar, getEndColumn, getEndLine, getStartChar, getStartColumn, getStartLine, getText, setEndChar, setEndColumn, setEndLine, setStartChar, setStartColumn, setStartLine, setText, toString
public QualifiedNameNode(org.antlr.v4.runtime.ParserRuleContext ctx, List<NameRefNode> parts, Type type)
public List<NameRefNode> getParts()
public void setParts(List<NameRefNode> parts)
public String[] getPartsAsStringArray()
public Object evaluate(EvaluationContext ctx)
public Type getResultType()
getResultType
in interface ASTNode
getResultType
in class BaseNode
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.