public class MyPattern extends Object
| Modifier and Type | Method and Description |
|---|---|
static MyPattern |
compile(String pattern,
AnalysisSettings.NFAConstruction construction) |
static void |
main(String[] args) |
MyMatcher |
matcher(String inputString) |
static NFAGraph |
toNFAGraph(String pattern,
AnalysisSettings.NFAConstruction construction) |
public static void main(String[] args) throws InterruptedException
InterruptedExceptionpublic static MyPattern compile(String pattern, AnalysisSettings.NFAConstruction construction) throws InterruptedException
InterruptedExceptionpublic static NFAGraph toNFAGraph(String pattern, AnalysisSettings.NFAConstruction construction) throws InterruptedException
InterruptedExceptionCopyright © 2021. All rights reserved.