public interface Pattern
Automaton.| Modifier and Type | Interface and Description |
|---|---|
static class |
Pattern.AbstractPattern
Base class for implementations of
Pattern. |
static class |
Pattern.Op
Operator that constructs composite
Pattern instances. |
static class |
Pattern.OpPattern
Pattern with one or more arguments.
|
static class |
Pattern.PatternBuilder
Builds a pattern expression.
|
static class |
Pattern.RepeatPattern
Pattern that matches a pattern repeated between
minRepeat
and maxRepeat times. |
static class |
Pattern.SymbolPattern
Pattern that matches a symbol.
|
| Modifier and Type | Method and Description |
|---|---|
static Pattern.PatternBuilder |
builder()
Creates a builder.
|
default Automaton |
toAutomaton() |
default Automaton toAutomaton()
static Pattern.PatternBuilder builder()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.