Package io.trino.sql.tree
Class OneOrMoreQuantifier
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.PatternQuantifier
-
- io.trino.sql.tree.OneOrMoreQuantifier
-
public class OneOrMoreQuantifier extends PatternQuantifier
-
-
Constructor Summary
Constructors Constructor Description OneOrMoreQuantifier(boolean greedy)OneOrMoreQuantifier(NodeLocation location, boolean greedy)OneOrMoreQuantifier(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
-
OneOrMoreQuantifier
public OneOrMoreQuantifier(boolean greedy)
-
OneOrMoreQuantifier
public OneOrMoreQuantifier(NodeLocation location, boolean greedy)
-
OneOrMoreQuantifier
public OneOrMoreQuantifier(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
-
-