Uses of Class
org.qdl_lang.generated.QDLParserParser.DotOpContext
-
Packages that use QDLParserParser.DotOpContext Package Description org.qdl_lang.generated org.qdl_lang.parsing Classes that support parsing and the parser itself. -
-
Uses of QDLParserParser.DotOpContext in org.qdl_lang.generated
Methods in org.qdl_lang.generated with parameters of type QDLParserParser.DotOpContext Modifier and Type Method Description voidQDLParserBaseListener. enterDotOp(QDLParserParser.DotOpContext ctx)Enter a parse tree produced by thedotOplabeled alternative inQDLParserParser.expression().voidQDLParserListener. enterDotOp(QDLParserParser.DotOpContext ctx)Enter a parse tree produced by thedotOplabeled alternative inQDLParserParser.expression().voidQDLParserBaseListener. exitDotOp(QDLParserParser.DotOpContext ctx)Exit a parse tree produced by thedotOplabeled alternative inQDLParserParser.expression().voidQDLParserListener. exitDotOp(QDLParserParser.DotOpContext ctx)Exit a parse tree produced by thedotOplabeled alternative inQDLParserParser.expression(). -
Uses of QDLParserParser.DotOpContext in org.qdl_lang.parsing
Methods in org.qdl_lang.parsing with parameters of type QDLParserParser.DotOpContext Modifier and Type Method Description voidQDLListener. enterDotOp(QDLParserParser.DotOpContext ctx)voidQDLListener. exitDotOp(QDLParserParser.DotOpContext dotOpContext)Takes the place of having variables with .'s baked in to them and promotes the 'childOf' operator to a proper first class citizen of QDL.
-