Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
QueryVisitorImpl.visitParenPredicate(QueryParser.ParenPredicateContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterParenPredicate(QueryParser.ParenPredicateContext ctx)
Enter a parse tree produced by the
ParenPredicate
labeled alternative in QueryParser.predicate() . |
void |
QueryBaseListener.enterParenPredicate(QueryParser.ParenPredicateContext ctx)
Enter a parse tree produced by the
ParenPredicate
labeled alternative in QueryParser.predicate() . |
void |
QueryListener.exitParenPredicate(QueryParser.ParenPredicateContext ctx)
Exit a parse tree produced by the
ParenPredicate
labeled alternative in QueryParser.predicate() . |
void |
QueryBaseListener.exitParenPredicate(QueryParser.ParenPredicateContext ctx)
Exit a parse tree produced by the
ParenPredicate
labeled alternative in QueryParser.predicate() . |
T |
QueryVisitor.visitParenPredicate(QueryParser.ParenPredicateContext ctx)
Visit a parse tree produced by the
ParenPredicate
labeled alternative in QueryParser.predicate() . |
T |
QueryBaseVisitor.visitParenPredicate(QueryParser.ParenPredicateContext ctx)
Visit a parse tree produced by the
ParenPredicate
labeled alternative in QueryParser.predicate() . |
Copyright © 2016. All rights reserved.