| Package | Description |
|---|---|
| analysis | |
| regexcompiler |
| Modifier and Type | Method and Description |
|---|---|
AnalysisSettings.NFAConstruction |
AnalysisSettings.getNFAConstruction() |
static AnalysisSettings.NFAConstruction |
AnalysisSettings.NFAConstruction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnalysisSettings.NFAConstruction[] |
AnalysisSettings.NFAConstruction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AnalysisSettings(AnalysisSettings.NFAConstruction nfaConstruction,
AnalysisSettings.PreprocessingType preprocessingType,
AnalysisSettings.EpsilonLoopRemovalStrategy epsilonLoopRemovalStrategy,
AnalysisSettings.PriorityRemovalStrategy priorityRemovalStrategy,
boolean shouldTestIDA,
boolean shouldConstructEdaExploitString,
boolean shouldTestEdaExploitString,
boolean shouldConstructIdaExploitString,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
static MyPattern |
MyPattern.compile(String pattern,
AnalysisSettings.NFAConstruction construction) |
static NFAGraph |
MyPattern.toNFAGraph(String pattern,
AnalysisSettings.NFAConstruction construction) |
Copyright © 2021. All rights reserved.