Uses of Class
io.trino.sql.parser.SqlBaseParser.BooleanLiteralContext
-
Packages that use SqlBaseParser.BooleanLiteralContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.BooleanLiteralContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.BooleanLiteralContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx)Visit a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseVisitor. visitBooleanLiteral(SqlBaseParser.BooleanLiteralContext ctx)Visit a parse tree produced by thebooleanLiterallabeled alternative inSqlBaseParser.primaryExpression().
-