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 void
QDLParserBaseListener. enterAxis(QDLParserParser.AxisContext ctx)
Enter a parse tree produced by theaxis
labeled alternative inQDLParserParser.expression()
.void
QDLParserListener. enterAxis(QDLParserParser.AxisContext ctx)
Enter a parse tree produced by theaxis
labeled alternative inQDLParserParser.expression()
.void
QDLParserBaseListener. exitAxis(QDLParserParser.AxisContext ctx)
Exit a parse tree produced by theaxis
labeled alternative inQDLParserParser.expression()
.void
QDLParserListener. exitAxis(QDLParserParser.AxisContext ctx)
Exit a parse tree produced by theaxis
labeled 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 void
QDLListener. enterAxis(QDLParserParser.AxisContext ctx)
void
QDLListener. exitAxis(QDLParserParser.AxisContext ctx)
-