Package io.trino.sql.tree
Class PathSpecification
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.PathSpecification
-
public final class PathSpecification extends Node
-
-
Constructor Summary
Constructors Constructor Description PathSpecification(NodeLocation location, List<PathElement> path)PathSpecification(Optional<NodeLocation> location, List<PathElement> path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(AstVisitor<R,C> visitor, C context)Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.booleanequals(Object obj)List<? extends Node>getChildren()List<PathElement>getPath()inthashCode()StringtoString()-
Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
-
-
-
Constructor Detail
-
PathSpecification
public PathSpecification(NodeLocation location, List<PathElement> path)
-
PathSpecification
public PathSpecification(Optional<NodeLocation> location, List<PathElement> path)
-
-
Method Detail
-
getPath
public List<PathElement> getPath()
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead.
-
getChildren
public List<? extends Node> getChildren()
- Specified by:
getChildrenin classNode
-
-