public class Repeat extends Node
| Constructor and Description |
|---|
Repeat(String pattern,
Node node,
int times) |
Repeat(String pattern,
Node node,
int min,
int max) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMax() |
int |
getMin() |
Node |
getNode() |
static Repeat |
minimum(String pattern,
Node node,
int times) |
String |
toString() |
void |
visit(NodeVisitor visitor) |
getPatternpublic void visit(NodeVisitor visitor)
public Node getNode()
public int getMin()
public int getMax()
Copyright © 2022. All rights reserved.