Package | Description |
---|---|
com.sm.query | |
com.sm.query.delayedresolution | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
void |
PredicateNodes.exitNotPredicate(PredicateParser.NotPredicateContext ctx) |
void |
PredicateEstimator.exitNotPredicate(PredicateParser.NotPredicateContext ctx) |
Result |
SchemaPredicateVisitorImpl.visitNotPredicate(PredicateParser.NotPredicateContext ctx) |
Result |
PredicateVisitorImpl.visitNotPredicate(PredicateParser.NotPredicateContext ctx) |
Modifier and Type | Method and Description |
---|---|
DelayedResolvable |
DelayedResolutionPredicateVisitorImpl.visitNotPredicate(PredicateParser.NotPredicateContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
PredicateListener.enterNotPredicate(PredicateParser.NotPredicateContext ctx)
Enter a parse tree produced by the
NotPredicate
labeled alternative in PredicateParser.predicate() . |
void |
PredicateBaseListener.enterNotPredicate(PredicateParser.NotPredicateContext ctx)
Enter a parse tree produced by the
NotPredicate
labeled alternative in PredicateParser.predicate() . |
void |
PredicateListener.exitNotPredicate(PredicateParser.NotPredicateContext ctx)
Exit a parse tree produced by the
NotPredicate
labeled alternative in PredicateParser.predicate() . |
void |
PredicateBaseListener.exitNotPredicate(PredicateParser.NotPredicateContext ctx)
Exit a parse tree produced by the
NotPredicate
labeled alternative in PredicateParser.predicate() . |
T |
PredicateVisitor.visitNotPredicate(PredicateParser.NotPredicateContext ctx)
Visit a parse tree produced by the
NotPredicate
labeled alternative in PredicateParser.predicate() . |
T |
PredicateBaseVisitor.visitNotPredicate(PredicateParser.NotPredicateContext ctx)
Visit a parse tree produced by the
NotPredicate
labeled alternative in PredicateParser.predicate() . |
Copyright © 2016. All rights reserved.