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