Uses of Class
io.trino.sql.parser.SqlBaseParser.PathElementContext
-
Packages that use SqlBaseParser.PathElementContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.PathElementContext in io.trino.sql.parser
Subclasses of SqlBaseParser.PathElementContext in io.trino.sql.parser Modifier and Type Class Description static classSqlBaseParser.QualifiedArgumentContextstatic classSqlBaseParser.UnqualifiedArgumentContextMethods in io.trino.sql.parser that return SqlBaseParser.PathElementContext Modifier and Type Method Description SqlBaseParser.PathElementContextSqlBaseParser. pathElement()SqlBaseParser.PathElementContextSqlBaseParser.PathSpecificationContext. pathElement(int i)Methods in io.trino.sql.parser that return types with arguments of type SqlBaseParser.PathElementContext Modifier and Type Method Description List<SqlBaseParser.PathElementContext>SqlBaseParser.PathSpecificationContext. pathElement()Methods in io.trino.sql.parser with parameters of type SqlBaseParser.PathElementContext Modifier and Type Method Description voidSqlBaseParser.PathElementContext. copyFrom(SqlBaseParser.PathElementContext ctx)Constructors in io.trino.sql.parser with parameters of type SqlBaseParser.PathElementContext Constructor Description QualifiedArgumentContext(SqlBaseParser.PathElementContext ctx)UnqualifiedArgumentContext(SqlBaseParser.PathElementContext ctx)
-