public static class UPLanguageParser.AdditionalResultsContext
extends org.antlr.v4.runtime.ParserRuleContext
Constructor and Description |
---|
AdditionalResultsContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
int |
getRuleIndex() |
java.util.List<UPLanguageParser.ObjResultContext> |
objResult() |
UPLanguageParser.ObjResultContext |
objResult(int i) |
java.util.List<UPLanguageParser.PropertyResultContext> |
propertyResult() |
UPLanguageParser.PropertyResultContext |
propertyResult(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public AdditionalResultsContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public java.util.List<UPLanguageParser.PropertyResultContext> propertyResult()
public UPLanguageParser.PropertyResultContext propertyResult(int i)
public java.util.List<UPLanguageParser.ObjResultContext> objResult()
public UPLanguageParser.ObjResultContext objResult(int i)
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext