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