Uses of Class
io.trino.grammar.sql.SqlBaseParser.BooleanLiteralContext
Packages that use SqlBaseParser.BooleanLiteralContext
-
Uses of SqlBaseParser.BooleanLiteralContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.BooleanLiteralContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx) Enter a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx) Enter a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx) Exit a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx) Exit a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx) Visit a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx) Visit a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().