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 voidQDLParserBaseListener. enterLogical(QDLParserParser.LogicalContext ctx)Enter a parse tree produced by thelogicallabeled alternative inQDLParserParser.expression().voidQDLParserListener. enterLogical(QDLParserParser.LogicalContext ctx)Enter a parse tree produced by thelogicallabeled alternative inQDLParserParser.expression().voidQDLParserBaseListener. exitLogical(QDLParserParser.LogicalContext ctx)Exit a parse tree produced by thelogicallabeled alternative inQDLParserParser.expression().voidQDLParserListener. exitLogical(QDLParserParser.LogicalContext ctx)Exit a parse tree produced by thelogicallabeled 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 voidQDLDebugListener. enterLogical(QDLParserParser.LogicalContext ctx)voidQDLListener. enterLogical(QDLParserParser.LogicalContext ctx)voidQDLDebugListener. exitLogical(QDLParserParser.LogicalContext ctx)voidQDLListener. exitLogical(QDLParserParser.LogicalContext ctx)
-