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