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