Package | Description |
---|---|
com.sm.query | |
com.sm.query.parser |
Modifier and Type | Method and Description |
---|---|
void |
QueryListenerImpl.enterExpr(QueryParser.ExprContext ctx) |
void |
QueryListenerImpl.exitExpr(QueryParser.ExprContext ctx) |
Result |
QueryVisitorImpl.visitExpr(QueryParser.ExprContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
QueryListener.enterExpr(QueryParser.ExprContext ctx)
Enter a parse tree produced by the
Expr
labeled alternative in QueryParser.expression() . |
void |
QueryBaseListener.enterExpr(QueryParser.ExprContext ctx)
Enter a parse tree produced by the
Expr
labeled alternative in QueryParser.expression() . |
void |
QueryListener.exitExpr(QueryParser.ExprContext ctx)
Exit a parse tree produced by the
Expr
labeled alternative in QueryParser.expression() . |
void |
QueryBaseListener.exitExpr(QueryParser.ExprContext ctx)
Exit a parse tree produced by the
Expr
labeled alternative in QueryParser.expression() . |
T |
QueryVisitor.visitExpr(QueryParser.ExprContext ctx)
Visit a parse tree produced by the
Expr
labeled alternative in QueryParser.expression() . |
T |
QueryBaseVisitor.visitExpr(QueryParser.ExprContext ctx)
Visit a parse tree produced by the
Expr
labeled alternative in QueryParser.expression() . |
Copyright © 2016. All rights reserved.