Package io.trino.sql.tree
Class ZeroOrMoreQuantifier
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.PatternQuantifier
-
- io.trino.sql.tree.ZeroOrMoreQuantifier
-
public class ZeroOrMoreQuantifier extends PatternQuantifier
-
-
Constructor Summary
Constructors Constructor Description ZeroOrMoreQuantifier(boolean greedy)ZeroOrMoreQuantifier(NodeLocation location, boolean greedy)ZeroOrMoreQuantifier(Optional<NodeLocation> location, boolean greedy)
-
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.-
Methods inherited from class io.trino.sql.tree.PatternQuantifier
equals, getChildren, hashCode, isGreedy, shallowEquals, toString
-
Methods inherited from class io.trino.sql.tree.Node
getLocation
-
-
-
-
Constructor Detail
-
ZeroOrMoreQuantifier
public ZeroOrMoreQuantifier(boolean greedy)
-
ZeroOrMoreQuantifier
public ZeroOrMoreQuantifier(NodeLocation location, boolean greedy)
-
ZeroOrMoreQuantifier
public ZeroOrMoreQuantifier(Optional<NodeLocation> location, boolean greedy)
-
-
Method Detail
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead.- Overrides:
acceptin classPatternQuantifier
-
-