Package io.prestosql.sql.tree
Class SetPath
- java.lang.Object
-
- io.prestosql.sql.tree.Node
-
- io.prestosql.sql.tree.Statement
-
- io.prestosql.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.booleanequals(java.lang.Object obj)java.util.List<? extends Node>getChildren()PathSpecificationgetPathSpecification()inthashCode()java.lang.StringtoString()-
Methods inherited from class io.prestosql.sql.tree.Node
getLocation
-
-
-
-
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:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead.
-
getChildren
public java.util.List<? extends Node> getChildren()
- Specified by:
getChildrenin classNode
-
-