Uses of Class
io.trino.grammar.sql.SqlBaseParser.AndContext
Packages that use SqlBaseParser.AndContext
-
Uses of SqlBaseParser.AndContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.AndContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterAnd(SqlBaseParser.AndContext ctx) Enter a parse tree produced by theandlabeled alternative inSqlBaseParser.booleanExpression().voidSqlBaseListener.enterAnd(SqlBaseParser.AndContext ctx) Enter a parse tree produced by theandlabeled alternative inSqlBaseParser.booleanExpression().voidSqlBaseBaseListener.exitAnd(SqlBaseParser.AndContext ctx) Exit a parse tree produced by theandlabeled alternative inSqlBaseParser.booleanExpression().voidSqlBaseListener.exitAnd(SqlBaseParser.AndContext ctx) Exit a parse tree produced by theandlabeled alternative inSqlBaseParser.booleanExpression().SqlBaseBaseVisitor.visitAnd(SqlBaseParser.AndContext ctx) Visit a parse tree produced by theandlabeled alternative inSqlBaseParser.booleanExpression().SqlBaseVisitor.visitAnd(SqlBaseParser.AndContext ctx) Visit a parse tree produced by theandlabeled alternative inSqlBaseParser.booleanExpression().