Uses of Class
org.qdl_lang.generated.QDLParserParser.LogicalContext
-
Packages that use QDLParserParser.LogicalContext Package Description org.qdl_lang.generated org.qdl_lang.parsing Classes that support parsing and the parser itself. -
-
Uses of QDLParserParser.LogicalContext in org.qdl_lang.generated
Methods in org.qdl_lang.generated with parameters of type QDLParserParser.LogicalContext Modifier and Type Method Description void
QDLParserBaseListener. enterLogical(QDLParserParser.LogicalContext ctx)
Enter a parse tree produced by thelogical
labeled alternative inQDLParserParser.expression()
.void
QDLParserListener. enterLogical(QDLParserParser.LogicalContext ctx)
Enter a parse tree produced by thelogical
labeled alternative inQDLParserParser.expression()
.void
QDLParserBaseListener. exitLogical(QDLParserParser.LogicalContext ctx)
Exit a parse tree produced by thelogical
labeled alternative inQDLParserParser.expression()
.void
QDLParserListener. exitLogical(QDLParserParser.LogicalContext ctx)
Exit a parse tree produced by thelogical
labeled alternative inQDLParserParser.expression()
. -
Uses of QDLParserParser.LogicalContext in org.qdl_lang.parsing
Methods in org.qdl_lang.parsing with parameters of type QDLParserParser.LogicalContext Modifier and Type Method Description void
QDLDebugListener. enterLogical(QDLParserParser.LogicalContext ctx)
void
QDLListener. enterLogical(QDLParserParser.LogicalContext ctx)
void
QDLDebugListener. exitLogical(QDLParserParser.LogicalContext ctx)
void
QDLListener. exitLogical(QDLParserParser.LogicalContext ctx)
-