| 程序包 | 说明 |
|---|---|
| net.hasor.dataql.compiler.parser |
DSL Parser
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DataQLParserBaseListener.enterMultipleExpr(DataQLParser.MultipleExprContext ctx)
Enter a parse tree produced by the
multipleExpr
labeled alternative in DataQLParser.expr(). |
void |
DataQLParserListener.enterMultipleExpr(DataQLParser.MultipleExprContext ctx)
Enter a parse tree produced by the
multipleExpr
labeled alternative in DataQLParser.expr(). |
void |
DataQLParserBaseListener.exitMultipleExpr(DataQLParser.MultipleExprContext ctx)
Exit a parse tree produced by the
multipleExpr
labeled alternative in DataQLParser.expr(). |
void |
DataQLParserListener.exitMultipleExpr(DataQLParser.MultipleExprContext ctx)
Exit a parse tree produced by the
multipleExpr
labeled alternative in DataQLParser.expr(). |
T |
DataQLParserBaseVisitor.visitMultipleExpr(DataQLParser.MultipleExprContext ctx)
Visit a parse tree produced by the
multipleExpr
labeled alternative in DataQLParser.expr(). |
T |
DataQLParserVisitor.visitMultipleExpr(DataQLParser.MultipleExprContext ctx)
Visit a parse tree produced by the
multipleExpr
labeled alternative in DataQLParser.expr(). |
T |
DefaultDataQLVisitor.visitMultipleExpr(DataQLParser.MultipleExprContext ctx) |
Copyright © 2020. All rights reserved.