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