| Package | Description |
|---|---|
| org.dmd.util.parsing |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
PatternDiscriminator.analyze(String input)
Analyzes the specified string and attempts to categorize it as one of our existing
patterns up to the limit of the number of patterns that was indicated at construction
time.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Pattern> |
PatternDiscriminator.getPatterns() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Pattern.matches(Pattern p) |
Copyright © 2023. All rights reserved.