Uses of Class
io.trino.sql.parser.SqlBaseParser.BinaryLiteralContext
-
Packages that use SqlBaseParser.BinaryLiteralContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.BinaryLiteralContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.BinaryLiteralContext Modifier and Type Method Description voidSqlBaseBaseListener. enterBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)Enter a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener. enterBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)Enter a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener. exitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)Exit a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener. exitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)Exit a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseBaseVisitor. visitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)Visit a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseVisitor. visitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx)Visit a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().
-