Uses of Class
io.trino.sql.parser.SqlBaseParser.BinaryLiteralContext
Packages that use SqlBaseParser.BinaryLiteralContext
-
Uses of SqlBaseParser.BinaryLiteralContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.BinaryLiteralContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.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().SqlBaseBaseVisitor.visitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx) Visit a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitBinaryLiteral(SqlBaseParser.BinaryLiteralContext ctx) Visit a parse tree produced by thebinaryLiterallabeled alternative inSqlBaseParser.primaryExpression().