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