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 void
QDLParserBaseListener. enterDotOp(QDLParserParser.DotOpContext ctx)
Enter a parse tree produced by thedotOp
labeled alternative inQDLParserParser.expression()
.void
QDLParserListener. enterDotOp(QDLParserParser.DotOpContext ctx)
Enter a parse tree produced by thedotOp
labeled alternative inQDLParserParser.expression()
.void
QDLParserBaseListener. exitDotOp(QDLParserParser.DotOpContext ctx)
Exit a parse tree produced by thedotOp
labeled alternative inQDLParserParser.expression()
.void
QDLParserListener. exitDotOp(QDLParserParser.DotOpContext ctx)
Exit a parse tree produced by thedotOp
labeled 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 void
QDLListener. enterDotOp(QDLParserParser.DotOpContext ctx)
void
QDLListener. 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.
-