Package io.trino.sql.tree
Class SetPath
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.Statement
-
- io.trino.sql.tree.SetPath
-
public class SetPath extends Statement
-
-
Constructor Summary
Constructors Constructor Description SetPath(NodeLocation location, PathSpecification pathSpecification)
SetPath(PathSpecification pathSpecification)
-
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.boolean
equals(Object obj)
List<? extends Node>
getChildren()
PathSpecification
getPathSpecification()
int
hashCode()
String
toString()
-
Methods inherited from class io.trino.sql.tree.Node
getLocation, shallowEquals
-
-
-
-
Constructor Detail
-
SetPath
public SetPath(PathSpecification pathSpecification)
-
SetPath
public SetPath(NodeLocation location, PathSpecification pathSpecification)
-
-
Method Detail
-
getPathSpecification
public PathSpecification getPathSpecification()
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
Description copied from class:Node
Accessible forAstVisitor
, useAstVisitor.process(Node, Object)
instead.
-
getChildren
public List<? extends Node> getChildren()
- Specified by:
getChildren
in classNode
-
-