Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
Result |
QueryVisitorImpl.visitExistExpr(QueryParser.ExistExprContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterExistExpr(QueryParser.ExistExprContext ctx)
Enter a parse tree produced by the
ExistExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
QueryBaseListener.enterExistExpr(QueryParser.ExistExprContext ctx)
Enter a parse tree produced by the
ExistExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
QueryListener.exitExistExpr(QueryParser.ExistExprContext ctx)
Exit a parse tree produced by the
ExistExpr
labeled alternative in QueryParser.functionalExpression() . |
void |
QueryBaseListener.exitExistExpr(QueryParser.ExistExprContext ctx)
Exit a parse tree produced by the
ExistExpr
labeled alternative in QueryParser.functionalExpression() . |
T |
QueryVisitor.visitExistExpr(QueryParser.ExistExprContext ctx)
Visit a parse tree produced by the
ExistExpr
labeled alternative in QueryParser.functionalExpression() . |
T |
QueryBaseVisitor.visitExistExpr(QueryParser.ExistExprContext ctx)
Visit a parse tree produced by the
ExistExpr
labeled alternative in QueryParser.functionalExpression() . |
Copyright © 2016. All rights reserved.