Package | Description |
---|---|
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterObjects(QueryParser.ObjectsContext ctx)
Enter a parse tree produced by the
Objects
labeled alternative in QueryParser.value() . |
void |
QueryBaseListener.enterObjects(QueryParser.ObjectsContext ctx)
Enter a parse tree produced by the
Objects
labeled alternative in QueryParser.value() . |
void |
QueryListener.exitObjects(QueryParser.ObjectsContext ctx)
Exit a parse tree produced by the
Objects
labeled alternative in QueryParser.value() . |
void |
QueryBaseListener.exitObjects(QueryParser.ObjectsContext ctx)
Exit a parse tree produced by the
Objects
labeled alternative in QueryParser.value() . |
T |
QueryVisitor.visitObjects(QueryParser.ObjectsContext ctx)
Visit a parse tree produced by the
Objects
labeled alternative in QueryParser.value() . |
T |
QueryBaseVisitor.visitObjects(QueryParser.ObjectsContext ctx)
Visit a parse tree produced by the
Objects
labeled alternative in QueryParser.value() . |
Copyright © 2016. All rights reserved.