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