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