public abstract class ParsingPreprocessor extends Object implements Preprocessor
| Modifier and Type | Field and Description |
|---|---|
protected static boolean |
ALLOW_LINE_BOUNDARY |
protected static boolean |
ALLOW_LOOKAROUND |
protected static boolean |
ALLOW_ZERO_ONCE |
| Constructor and Description |
|---|
ParsingPreprocessor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addRule(PreprocessorRule rule) |
String |
applyRules(String regex) |
static void |
main(String[] args) |
protected static boolean ALLOW_LOOKAROUND
protected static boolean ALLOW_LINE_BOUNDARY
protected static boolean ALLOW_ZERO_ONCE
public String applyRules(String regex)
applyRules in interface Preprocessorprotected void addRule(PreprocessorRule rule)
public static void main(String[] args)
Copyright © 2021. All rights reserved.