Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
QueryVisitorImpl.visitExpressionPredicate(QueryParser.ExpressionPredicateContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
Enter a parse tree produced by the
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate() . |
void |
QueryBaseListener.enterExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
Enter a parse tree produced by the
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate() . |
void |
QueryListener.exitExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
Exit a parse tree produced by the
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate() . |
void |
QueryBaseListener.exitExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
Exit a parse tree produced by the
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate() . |
T |
QueryVisitor.visitExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
Visit a parse tree produced by the
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate() . |
T |
QueryBaseVisitor.visitExpressionPredicate(QueryParser.ExpressionPredicateContext ctx)
Visit a parse tree produced by the
ExpressionPredicate
labeled alternative in QueryParser.objectPredicate() . |
Copyright © 2016. All rights reserved.