| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(RegexNodeVisitor<T> visitor) |
UnboundedLoopNode |
clone() |
int |
getFrom() |
RegexNode |
getSubNode() |
static UnboundedLoopNode |
plus(RegexNode node) |
static UnboundedLoopNode |
star(RegexNode node) |
String |
toString() |
static UnboundedLoopNode |
unbounded(RegexNode node,
int from) |
public static UnboundedLoopNode star(RegexNode node)
public static UnboundedLoopNode plus(RegexNode node)
public static UnboundedLoopNode unbounded(RegexNode node, int from)
public int getFrom()
public RegexNode getSubNode()
public <T> T accept(RegexNodeVisitor<T> visitor)
public UnboundedLoopNode clone()
Copyright © 2016. All rights reserved.