public static class CoreParser.RootCollectionSubCollectionContext extends CoreParser.RootCollectionContext
Constructor and Description |
---|
RootCollectionSubCollectionContext(CoreParser.RootCollectionContext ctx) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
CoreParser.EntityContext |
entity() |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
CoreParser.SubCollectionContext |
subCollection() |
copyFrom, getRuleIndex
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public RootCollectionSubCollectionContext(CoreParser.RootCollectionContext ctx)
public CoreParser.EntityContext entity()
public CoreParser.SubCollectionContext subCollection()
public void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule
in class org.antlr.v4.runtime.ParserRuleContext
public void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule
in class org.antlr.v4.runtime.ParserRuleContext
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
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.