| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(RegexNodeVisitor<T> visitor) |
static BoundedLoopNode |
bounded(RegexNode node,
int from,
int to) |
BoundedLoopNode |
clone() |
int |
getFrom() |
RegexNode |
getSubNode() |
int |
getTo() |
String |
toString() |
public static BoundedLoopNode bounded(RegexNode node, int from, int to)
public int getFrom()
public int getTo()
public RegexNode getSubNode()
public <T> T accept(RegexNodeVisitor<T> visitor)
public BoundedLoopNode clone()
Copyright © 2019. All rights reserved.