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