Interface CoreListener
-
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
CoreBaseListener
public interface CoreListener extends org.antlr.v4.runtime.tree.ParseTreeListenerThis interface defines a complete listener for a parse tree produced byCoreParser.
-
-
Method Summary
-
-
-
Method Detail
-
enterStart
void enterStart(CoreParser.StartContext ctx)
Enter a parse tree produced byCoreParser.start().- Parameters:
ctx- the parse tree
-
exitStart
void exitStart(CoreParser.StartContext ctx)
Exit a parse tree produced byCoreParser.start().- Parameters:
ctx- the parse tree
-
enterRootCollectionLoadEntities
void enterRootCollectionLoadEntities(CoreParser.RootCollectionLoadEntitiesContext ctx)
Enter a parse tree produced by therootCollectionLoadEntitieslabeled alternative inCoreParser.rootCollection().- Parameters:
ctx- the parse tree
-
exitRootCollectionLoadEntities
void exitRootCollectionLoadEntities(CoreParser.RootCollectionLoadEntitiesContext ctx)
Exit a parse tree produced by therootCollectionLoadEntitieslabeled alternative inCoreParser.rootCollection().- Parameters:
ctx- the parse tree
-
enterRootCollectionRelationship
void enterRootCollectionRelationship(CoreParser.RootCollectionRelationshipContext ctx)
Enter a parse tree produced by therootCollectionRelationshiplabeled alternative inCoreParser.rootCollection().- Parameters:
ctx- the parse tree
-
exitRootCollectionRelationship
void exitRootCollectionRelationship(CoreParser.RootCollectionRelationshipContext ctx)
Exit a parse tree produced by therootCollectionRelationshiplabeled alternative inCoreParser.rootCollection().- Parameters:
ctx- the parse tree
-
enterRootCollectionSubCollection
void enterRootCollectionSubCollection(CoreParser.RootCollectionSubCollectionContext ctx)
Enter a parse tree produced by therootCollectionSubCollectionlabeled alternative inCoreParser.rootCollection().- Parameters:
ctx- the parse tree
-
exitRootCollectionSubCollection
void exitRootCollectionSubCollection(CoreParser.RootCollectionSubCollectionContext ctx)
Exit a parse tree produced by therootCollectionSubCollectionlabeled alternative inCoreParser.rootCollection().- Parameters:
ctx- the parse tree
-
enterRootCollectionLoadEntity
void enterRootCollectionLoadEntity(CoreParser.RootCollectionLoadEntityContext ctx)
Enter a parse tree produced by therootCollectionLoadEntitylabeled alternative inCoreParser.rootCollection().- Parameters:
ctx- the parse tree
-
exitRootCollectionLoadEntity
void exitRootCollectionLoadEntity(CoreParser.RootCollectionLoadEntityContext ctx)
Exit a parse tree produced by therootCollectionLoadEntitylabeled alternative inCoreParser.rootCollection().- Parameters:
ctx- the parse tree
-
enterEntity
void enterEntity(CoreParser.EntityContext ctx)
Enter a parse tree produced byCoreParser.entity().- Parameters:
ctx- the parse tree
-
exitEntity
void exitEntity(CoreParser.EntityContext ctx)
Exit a parse tree produced byCoreParser.entity().- Parameters:
ctx- the parse tree
-
enterSubCollectionReadCollection
void enterSubCollectionReadCollection(CoreParser.SubCollectionReadCollectionContext ctx)
Enter a parse tree produced by thesubCollectionReadCollectionlabeled alternative inCoreParser.subCollection().- Parameters:
ctx- the parse tree
-
exitSubCollectionReadCollection
void exitSubCollectionReadCollection(CoreParser.SubCollectionReadCollectionContext ctx)
Exit a parse tree produced by thesubCollectionReadCollectionlabeled alternative inCoreParser.subCollection().- Parameters:
ctx- the parse tree
-
enterSubCollectionRelationship
void enterSubCollectionRelationship(CoreParser.SubCollectionRelationshipContext ctx)
Enter a parse tree produced by thesubCollectionRelationshiplabeled alternative inCoreParser.subCollection().- Parameters:
ctx- the parse tree
-
exitSubCollectionRelationship
void exitSubCollectionRelationship(CoreParser.SubCollectionRelationshipContext ctx)
Exit a parse tree produced by thesubCollectionRelationshiplabeled alternative inCoreParser.subCollection().- Parameters:
ctx- the parse tree
-
enterSubCollectionSubCollection
void enterSubCollectionSubCollection(CoreParser.SubCollectionSubCollectionContext ctx)
Enter a parse tree produced by thesubCollectionSubCollectionlabeled alternative inCoreParser.subCollection().- Parameters:
ctx- the parse tree
-
exitSubCollectionSubCollection
void exitSubCollectionSubCollection(CoreParser.SubCollectionSubCollectionContext ctx)
Exit a parse tree produced by thesubCollectionSubCollectionlabeled alternative inCoreParser.subCollection().- Parameters:
ctx- the parse tree
-
enterSubCollectionReadEntity
void enterSubCollectionReadEntity(CoreParser.SubCollectionReadEntityContext ctx)
Enter a parse tree produced by thesubCollectionReadEntitylabeled alternative inCoreParser.subCollection().- Parameters:
ctx- the parse tree
-
exitSubCollectionReadEntity
void exitSubCollectionReadEntity(CoreParser.SubCollectionReadEntityContext ctx)
Exit a parse tree produced by thesubCollectionReadEntitylabeled alternative inCoreParser.subCollection().- Parameters:
ctx- the parse tree
-
enterRelationship
void enterRelationship(CoreParser.RelationshipContext ctx)
Enter a parse tree produced byCoreParser.relationship().- Parameters:
ctx- the parse tree
-
exitRelationship
void exitRelationship(CoreParser.RelationshipContext ctx)
Exit a parse tree produced byCoreParser.relationship().- Parameters:
ctx- the parse tree
-
enterQuery
void enterQuery(CoreParser.QueryContext ctx)
Enter a parse tree produced byCoreParser.query().- Parameters:
ctx- the parse tree
-
exitQuery
void exitQuery(CoreParser.QueryContext ctx)
Exit a parse tree produced byCoreParser.query().- Parameters:
ctx- the parse tree
-
enterId
void enterId(CoreParser.IdContext ctx)
Enter a parse tree produced byCoreParser.id().- Parameters:
ctx- the parse tree
-
exitId
void exitId(CoreParser.IdContext ctx)
Exit a parse tree produced byCoreParser.id().- Parameters:
ctx- the parse tree
-
enterTerm
void enterTerm(CoreParser.TermContext ctx)
Enter a parse tree produced byCoreParser.term().- Parameters:
ctx- the parse tree
-
exitTerm
void exitTerm(CoreParser.TermContext ctx)
Exit a parse tree produced byCoreParser.term().- Parameters:
ctx- the parse tree
-
-