Uses of Class
org.qdl_lang.generated.QDLParserParser.AxisContext
-
Packages that use QDLParserParser.AxisContext Package Description org.qdl_lang.generated org.qdl_lang.parsing Classes that support parsing and the parser itself. -
-
Uses of QDLParserParser.AxisContext in org.qdl_lang.generated
Methods in org.qdl_lang.generated with parameters of type QDLParserParser.AxisContext Modifier and Type Method Description voidQDLParserBaseListener. enterAxis(QDLParserParser.AxisContext ctx)Enter a parse tree produced by theaxislabeled alternative inQDLParserParser.expression().voidQDLParserListener. enterAxis(QDLParserParser.AxisContext ctx)Enter a parse tree produced by theaxislabeled alternative inQDLParserParser.expression().voidQDLParserBaseListener. exitAxis(QDLParserParser.AxisContext ctx)Exit a parse tree produced by theaxislabeled alternative inQDLParserParser.expression().voidQDLParserListener. exitAxis(QDLParserParser.AxisContext ctx)Exit a parse tree produced by theaxislabeled alternative inQDLParserParser.expression(). -
Uses of QDLParserParser.AxisContext in org.qdl_lang.parsing
Methods in org.qdl_lang.parsing with parameters of type QDLParserParser.AxisContext Modifier and Type Method Description voidQDLListener. enterAxis(QDLParserParser.AxisContext ctx)voidQDLListener. exitAxis(QDLParserParser.AxisContext ctx)
-