| Package | Description |
|---|---|
| com.blazebit.regex | |
| com.blazebit.regex.node |
| Modifier and Type | Method and Description |
|---|---|
static Node |
Pattern.parse(String pattern) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNode |
class |
CharNode |
class |
CharRangeNode |
class |
ComplementNode |
class |
DecoratorNode |
class |
DotNode |
class |
EmptyNode |
class |
OptionalNode |
class |
OrNode |
class |
RepeatNode |
| Modifier and Type | Method and Description |
|---|---|
Node |
DecoratorNode.getDecorated() |
Node |
Node.getNext() |
Node |
AbstractNode.getNext() |
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
OrNode.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrNode.add(Node node) |
void |
Node.setNext(Node node) |
void |
AbstractNode.setNext(Node next) |
| Constructor and Description |
|---|
ComplementNode(Node node) |
DecoratorNode(Node decorated) |
OptionalNode(Node node) |
RepeatNode(Node node) |
RepeatNode(Node node,
int min) |
RepeatNode(Node node,
int min,
int max) |
Copyright © 2020 Blazebit. All rights reserved.