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