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