| Modifier and Type | Class and Description |
|---|---|
class |
Choice |
class |
FinalSymbol |
class |
Group |
class |
GroupRef |
class |
NotSymbol |
class |
Repeat |
class |
Sequence |
class |
SymbolSet
Generate Any printable character.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Group.getNode() |
Node |
Repeat.getNode() |
Node[] |
Choice.getNodes() |
Node[] |
Sequence.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
static Repeat |
Repeat.minimum(Node node,
int times) |
| Constructor and Description |
|---|
Choice(Node... nodes) |
Group(int index,
Node node) |
Repeat(Node node,
int times) |
Repeat(Node node,
int min,
int max) |
Sequence(Node... nodes) |
| Constructor and Description |
|---|
UniqueValuesCountingVisitor(Node parentNode) |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeTreeBuilder.get() |
| Modifier and Type | Method and Description |
|---|---|
Node |
DefaultTreeBuilder.get() |
Node |
DefaultTreeBuilder.parseGroup(com.github.curiousoddman.rgxgen.parsing.dflt.DefaultTreeBuilder.GroupType currentGroupType) |
Copyright © 2020. All rights reserved.