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