Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
QueryVisitorImpl.visitIDS(QueryParser.IDSContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterIDS(QueryParser.IDSContext ctx)
Enter a parse tree produced by the
IDS
labeled alternative in QueryParser.objectField() . |
void |
QueryBaseListener.enterIDS(QueryParser.IDSContext ctx)
Enter a parse tree produced by the
IDS
labeled alternative in QueryParser.objectField() . |
void |
QueryListener.exitIDS(QueryParser.IDSContext ctx)
Exit a parse tree produced by the
IDS
labeled alternative in QueryParser.objectField() . |
void |
QueryBaseListener.exitIDS(QueryParser.IDSContext ctx)
Exit a parse tree produced by the
IDS
labeled alternative in QueryParser.objectField() . |
T |
QueryVisitor.visitIDS(QueryParser.IDSContext ctx)
Visit a parse tree produced by the
IDS
labeled alternative in QueryParser.objectField() . |
T |
QueryBaseVisitor.visitIDS(QueryParser.IDSContext ctx)
Visit a parse tree produced by the
IDS
labeled alternative in QueryParser.objectField() . |
Copyright © 2016. All rights reserved.