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