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