Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
QueryVisitorImpl.visitStrings(QueryParser.StringsContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterStrings(QueryParser.StringsContext ctx)
Enter a parse tree produced by the
Strings
labeled alternative in QueryParser.value() . |
void |
QueryBaseListener.enterStrings(QueryParser.StringsContext ctx)
Enter a parse tree produced by the
Strings
labeled alternative in QueryParser.value() . |
void |
QueryListener.exitStrings(QueryParser.StringsContext ctx)
Exit a parse tree produced by the
Strings
labeled alternative in QueryParser.value() . |
void |
QueryBaseListener.exitStrings(QueryParser.StringsContext ctx)
Exit a parse tree produced by the
Strings
labeled alternative in QueryParser.value() . |
T |
QueryVisitor.visitStrings(QueryParser.StringsContext ctx)
Visit a parse tree produced by the
Strings
labeled alternative in QueryParser.value() . |
T |
QueryBaseVisitor.visitStrings(QueryParser.StringsContext ctx)
Visit a parse tree produced by the
Strings
labeled alternative in QueryParser.value() . |
Copyright © 2016. All rights reserved.