Uses of Class
io.trino.sql.parser.SqlBaseParser.ArithmeticUnaryContext
-
Packages that use SqlBaseParser.ArithmeticUnaryContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.ArithmeticUnaryContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ArithmeticUnaryContext Modifier and Type Method Description voidSqlBaseBaseListener. enterArithmeticUnary(SqlBaseParser.ArithmeticUnaryContext ctx)Enter a parse tree produced by thearithmeticUnarylabeled alternative inSqlBaseParser.valueExpression().voidSqlBaseListener. enterArithmeticUnary(SqlBaseParser.ArithmeticUnaryContext ctx)Enter a parse tree produced by thearithmeticUnarylabeled alternative inSqlBaseParser.valueExpression().voidSqlBaseBaseListener. exitArithmeticUnary(SqlBaseParser.ArithmeticUnaryContext ctx)Exit a parse tree produced by thearithmeticUnarylabeled alternative inSqlBaseParser.valueExpression().voidSqlBaseListener. exitArithmeticUnary(SqlBaseParser.ArithmeticUnaryContext ctx)Exit a parse tree produced by thearithmeticUnarylabeled alternative inSqlBaseParser.valueExpression().TSqlBaseBaseVisitor. visitArithmeticUnary(SqlBaseParser.ArithmeticUnaryContext ctx)Visit a parse tree produced by thearithmeticUnarylabeled alternative inSqlBaseParser.valueExpression().TSqlBaseVisitor. visitArithmeticUnary(SqlBaseParser.ArithmeticUnaryContext ctx)Visit a parse tree produced by thearithmeticUnarylabeled alternative inSqlBaseParser.valueExpression().
-