Class CoreBaseListener
- java.lang.Object
-
- com.yahoo.elide.generated.parsers.CoreBaseListener
-
- All Implemented Interfaces:
CoreListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class CoreBaseListener extends Object implements CoreListener
This class provides an empty implementation ofCoreListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description CoreBaseListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenterEntity(CoreParser.EntityContext ctx)Enter a parse tree produced byCoreParser.entity().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidenterId(CoreParser.IdContext ctx)Enter a parse tree produced byCoreParser.id().voidenterQuery(CoreParser.QueryContext ctx)Enter a parse tree produced byCoreParser.query().voidenterRelationship(CoreParser.RelationshipContext ctx)Enter a parse tree produced byCoreParser.relationship().voidenterRootCollectionLoadEntities(CoreParser.RootCollectionLoadEntitiesContext ctx)Enter a parse tree produced by therootCollectionLoadEntitieslabeled alternative inCoreParser.rootCollection().voidenterRootCollectionLoadEntity(CoreParser.RootCollectionLoadEntityContext ctx)Enter a parse tree produced by therootCollectionLoadEntitylabeled alternative inCoreParser.rootCollection().voidenterRootCollectionRelationship(CoreParser.RootCollectionRelationshipContext ctx)Enter a parse tree produced by therootCollectionRelationshiplabeled alternative inCoreParser.rootCollection().voidenterRootCollectionSubCollection(CoreParser.RootCollectionSubCollectionContext ctx)Enter a parse tree produced by therootCollectionSubCollectionlabeled alternative inCoreParser.rootCollection().voidenterStart(CoreParser.StartContext ctx)Enter a parse tree produced byCoreParser.start().voidenterSubCollectionReadCollection(CoreParser.SubCollectionReadCollectionContext ctx)Enter a parse tree produced by thesubCollectionReadCollectionlabeled alternative inCoreParser.subCollection().voidenterSubCollectionReadEntity(CoreParser.SubCollectionReadEntityContext ctx)Enter a parse tree produced by thesubCollectionReadEntitylabeled alternative inCoreParser.subCollection().voidenterSubCollectionRelationship(CoreParser.SubCollectionRelationshipContext ctx)Enter a parse tree produced by thesubCollectionRelationshiplabeled alternative inCoreParser.subCollection().voidenterSubCollectionSubCollection(CoreParser.SubCollectionSubCollectionContext ctx)Enter a parse tree produced by thesubCollectionSubCollectionlabeled alternative inCoreParser.subCollection().voidenterTerm(CoreParser.TermContext ctx)Enter a parse tree produced byCoreParser.term().voidexitEntity(CoreParser.EntityContext ctx)Exit a parse tree produced byCoreParser.entity().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)voidexitId(CoreParser.IdContext ctx)Exit a parse tree produced byCoreParser.id().voidexitQuery(CoreParser.QueryContext ctx)Exit a parse tree produced byCoreParser.query().voidexitRelationship(CoreParser.RelationshipContext ctx)Exit a parse tree produced byCoreParser.relationship().voidexitRootCollectionLoadEntities(CoreParser.RootCollectionLoadEntitiesContext ctx)Exit a parse tree produced by therootCollectionLoadEntitieslabeled alternative inCoreParser.rootCollection().voidexitRootCollectionLoadEntity(CoreParser.RootCollectionLoadEntityContext ctx)Exit a parse tree produced by therootCollectionLoadEntitylabeled alternative inCoreParser.rootCollection().voidexitRootCollectionRelationship(CoreParser.RootCollectionRelationshipContext ctx)Exit a parse tree produced by therootCollectionRelationshiplabeled alternative inCoreParser.rootCollection().voidexitRootCollectionSubCollection(CoreParser.RootCollectionSubCollectionContext ctx)Exit a parse tree produced by therootCollectionSubCollectionlabeled alternative inCoreParser.rootCollection().voidexitStart(CoreParser.StartContext ctx)Exit a parse tree produced byCoreParser.start().voidexitSubCollectionReadCollection(CoreParser.SubCollectionReadCollectionContext ctx)Exit a parse tree produced by thesubCollectionReadCollectionlabeled alternative inCoreParser.subCollection().voidexitSubCollectionReadEntity(CoreParser.SubCollectionReadEntityContext ctx)Exit a parse tree produced by thesubCollectionReadEntitylabeled alternative inCoreParser.subCollection().voidexitSubCollectionRelationship(CoreParser.SubCollectionRelationshipContext ctx)Exit a parse tree produced by thesubCollectionRelationshiplabeled alternative inCoreParser.subCollection().voidexitSubCollectionSubCollection(CoreParser.SubCollectionSubCollectionContext ctx)Exit a parse tree produced by thesubCollectionSubCollectionlabeled alternative inCoreParser.subCollection().voidexitTerm(CoreParser.TermContext ctx)Exit a parse tree produced byCoreParser.term().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
-
-
Method Detail
-
enterStart
public void enterStart(CoreParser.StartContext ctx)
Enter a parse tree produced byCoreParser.start().The default implementation does nothing.
- Specified by:
enterStartin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitStart
public void exitStart(CoreParser.StartContext ctx)
Exit a parse tree produced byCoreParser.start().The default implementation does nothing.
- Specified by:
exitStartin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterRootCollectionLoadEntities
public void enterRootCollectionLoadEntities(CoreParser.RootCollectionLoadEntitiesContext ctx)
Enter a parse tree produced by therootCollectionLoadEntitieslabeled alternative inCoreParser.rootCollection().The default implementation does nothing.
- Specified by:
enterRootCollectionLoadEntitiesin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitRootCollectionLoadEntities
public void exitRootCollectionLoadEntities(CoreParser.RootCollectionLoadEntitiesContext ctx)
Exit a parse tree produced by therootCollectionLoadEntitieslabeled alternative inCoreParser.rootCollection().The default implementation does nothing.
- Specified by:
exitRootCollectionLoadEntitiesin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterRootCollectionRelationship
public void enterRootCollectionRelationship(CoreParser.RootCollectionRelationshipContext ctx)
Enter a parse tree produced by therootCollectionRelationshiplabeled alternative inCoreParser.rootCollection().The default implementation does nothing.
- Specified by:
enterRootCollectionRelationshipin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitRootCollectionRelationship
public void exitRootCollectionRelationship(CoreParser.RootCollectionRelationshipContext ctx)
Exit a parse tree produced by therootCollectionRelationshiplabeled alternative inCoreParser.rootCollection().The default implementation does nothing.
- Specified by:
exitRootCollectionRelationshipin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterRootCollectionSubCollection
public void enterRootCollectionSubCollection(CoreParser.RootCollectionSubCollectionContext ctx)
Enter a parse tree produced by therootCollectionSubCollectionlabeled alternative inCoreParser.rootCollection().The default implementation does nothing.
- Specified by:
enterRootCollectionSubCollectionin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitRootCollectionSubCollection
public void exitRootCollectionSubCollection(CoreParser.RootCollectionSubCollectionContext ctx)
Exit a parse tree produced by therootCollectionSubCollectionlabeled alternative inCoreParser.rootCollection().The default implementation does nothing.
- Specified by:
exitRootCollectionSubCollectionin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterRootCollectionLoadEntity
public void enterRootCollectionLoadEntity(CoreParser.RootCollectionLoadEntityContext ctx)
Enter a parse tree produced by therootCollectionLoadEntitylabeled alternative inCoreParser.rootCollection().The default implementation does nothing.
- Specified by:
enterRootCollectionLoadEntityin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitRootCollectionLoadEntity
public void exitRootCollectionLoadEntity(CoreParser.RootCollectionLoadEntityContext ctx)
Exit a parse tree produced by therootCollectionLoadEntitylabeled alternative inCoreParser.rootCollection().The default implementation does nothing.
- Specified by:
exitRootCollectionLoadEntityin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterEntity
public void enterEntity(CoreParser.EntityContext ctx)
Enter a parse tree produced byCoreParser.entity().The default implementation does nothing.
- Specified by:
enterEntityin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitEntity
public void exitEntity(CoreParser.EntityContext ctx)
Exit a parse tree produced byCoreParser.entity().The default implementation does nothing.
- Specified by:
exitEntityin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterSubCollectionReadCollection
public void enterSubCollectionReadCollection(CoreParser.SubCollectionReadCollectionContext ctx)
Enter a parse tree produced by thesubCollectionReadCollectionlabeled alternative inCoreParser.subCollection().The default implementation does nothing.
- Specified by:
enterSubCollectionReadCollectionin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitSubCollectionReadCollection
public void exitSubCollectionReadCollection(CoreParser.SubCollectionReadCollectionContext ctx)
Exit a parse tree produced by thesubCollectionReadCollectionlabeled alternative inCoreParser.subCollection().The default implementation does nothing.
- Specified by:
exitSubCollectionReadCollectionin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterSubCollectionRelationship
public void enterSubCollectionRelationship(CoreParser.SubCollectionRelationshipContext ctx)
Enter a parse tree produced by thesubCollectionRelationshiplabeled alternative inCoreParser.subCollection().The default implementation does nothing.
- Specified by:
enterSubCollectionRelationshipin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitSubCollectionRelationship
public void exitSubCollectionRelationship(CoreParser.SubCollectionRelationshipContext ctx)
Exit a parse tree produced by thesubCollectionRelationshiplabeled alternative inCoreParser.subCollection().The default implementation does nothing.
- Specified by:
exitSubCollectionRelationshipin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterSubCollectionSubCollection
public void enterSubCollectionSubCollection(CoreParser.SubCollectionSubCollectionContext ctx)
Enter a parse tree produced by thesubCollectionSubCollectionlabeled alternative inCoreParser.subCollection().The default implementation does nothing.
- Specified by:
enterSubCollectionSubCollectionin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitSubCollectionSubCollection
public void exitSubCollectionSubCollection(CoreParser.SubCollectionSubCollectionContext ctx)
Exit a parse tree produced by thesubCollectionSubCollectionlabeled alternative inCoreParser.subCollection().The default implementation does nothing.
- Specified by:
exitSubCollectionSubCollectionin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterSubCollectionReadEntity
public void enterSubCollectionReadEntity(CoreParser.SubCollectionReadEntityContext ctx)
Enter a parse tree produced by thesubCollectionReadEntitylabeled alternative inCoreParser.subCollection().The default implementation does nothing.
- Specified by:
enterSubCollectionReadEntityin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitSubCollectionReadEntity
public void exitSubCollectionReadEntity(CoreParser.SubCollectionReadEntityContext ctx)
Exit a parse tree produced by thesubCollectionReadEntitylabeled alternative inCoreParser.subCollection().The default implementation does nothing.
- Specified by:
exitSubCollectionReadEntityin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterRelationship
public void enterRelationship(CoreParser.RelationshipContext ctx)
Enter a parse tree produced byCoreParser.relationship().The default implementation does nothing.
- Specified by:
enterRelationshipin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitRelationship
public void exitRelationship(CoreParser.RelationshipContext ctx)
Exit a parse tree produced byCoreParser.relationship().The default implementation does nothing.
- Specified by:
exitRelationshipin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterQuery
public void enterQuery(CoreParser.QueryContext ctx)
Enter a parse tree produced byCoreParser.query().The default implementation does nothing.
- Specified by:
enterQueryin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitQuery
public void exitQuery(CoreParser.QueryContext ctx)
Exit a parse tree produced byCoreParser.query().The default implementation does nothing.
- Specified by:
exitQueryin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterId
public void enterId(CoreParser.IdContext ctx)
Enter a parse tree produced byCoreParser.id().The default implementation does nothing.
- Specified by:
enterIdin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitId
public void exitId(CoreParser.IdContext ctx)
Exit a parse tree produced byCoreParser.id().The default implementation does nothing.
- Specified by:
exitIdin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterTerm
public void enterTerm(CoreParser.TermContext ctx)
Enter a parse tree produced byCoreParser.term().The default implementation does nothing.
- Specified by:
enterTermin interfaceCoreListener- Parameters:
ctx- the parse tree
-
exitTerm
public void exitTerm(CoreParser.TermContext ctx)
Exit a parse tree produced byCoreParser.term().The default implementation does nothing.
- Specified by:
exitTermin interfaceCoreListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-