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