| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ID |
"regex" |
public static final String |
MIME_TYPE |
"application/tregex" |
public static final String |
NAME |
"REGEX" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ALWAYS_EAGER_NAME |
"AlwaysEager" |
public static final String |
DUMP_AUTOMATA_NAME |
"DumpAutomata" |
public static final String |
REGRESSION_TEST_MODE_NAME |
"RegressionTestMode" |
public static final String |
STEP_EXECUTION_NAME |
"StepExecution" |
public static final String |
U180E_WHITESPACE_NAME |
"U180EWhitespace" |
public static final String |
UTF_16_EXPLODE_ASTRAL_SYMBOLS_NAME |
"UTF16ExplodeAstralSymbols" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_VALUE |
1114111 |
public static final int |
MIN_VALUE |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MAX_CODE_POINT |
1114111 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
RegexMaxCacheSize |
1000 |
public static final boolean |
TRegexEnableNodeSplitter |
false |
public static final boolean |
TRegexEnableTraceFinder |
true |
public static final int |
TRegexGenerateDFAThreshold |
100 |
public static final int |
TRegexMaxDFASize |
2400 |
public static final int |
TRegexMaxDFASizeAfterNodeSplitting |
4000 |
public static final int |
TRegexMaxNFASize |
3500 |
public static final int |
TRegexMaxNumberOfASTSuccessorsInOneASTStep |
32767 |
public static final int |
TRegexMaxNumberOfCaptureGroups |
32767 |
public static final int |
TRegexMaxNumberOfCaptureGroupsForDFA |
127 |
public static final int |
TRegexMaxNumberOfNFAStatesInOneDFATransition |
255 |
public static final int |
TRegexMaxParseTreeSizeForDFA |
4000 |
public static final int |
TRegexParserTreeMaxNumberOfSequencesInGroup |
32767 |
public static final int |
TRegexParserTreeMaxNumberOfTermsInSequence |
32767 |
public static final int |
TRegexParserTreeMaxSize |
2147483647 |
public static final int |
TRegexQuantifierUnrollThresholdGroup |
5 |
public static final int |
TRegexQuantifierUnrollThresholdSingleCC |
20 |
public static final int |
TRegexRangeToBitSetConversionThreshold |
3 |
public static final int |
TRegexTraceFinderMaxNumberOfResults |
254 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final byte |
FLAG_ANCHORED_FINAL_STATE |
4 |
protected static final byte |
FLAG_ANCHORED_INITIAL_STATE |
1 |
protected static final byte |
FLAG_ANY_FINAL_STATE |
12 |
protected static final byte |
FLAG_ANY_INITIAL_OR_FINAL_STATE |
15 |
protected static final byte |
FLAG_ANY_INITIAL_STATE |
3 |
protected static final byte |
FLAG_UN_ANCHORED_FINAL_STATE |
8 |
protected static final byte |
FLAG_UN_ANCHORED_INITIAL_STATE |
2 |
protected static final int |
N_FLAGS |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
KIND_BACK_REFERENCE |
3 |
public static final byte |
KIND_CHARACTER_CLASS |
1 |
public static final byte |
KIND_EMPTY_MATCH |
4 |
public static final byte |
KIND_INITIAL_OR_FINAL_STATE |
0 |
public static final byte |
KIND_LOOK_AROUND |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
FINAL_STATE_RESULT_INDEX |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
NO_PRE_CALC_RESULT |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
NO_MATCH |
-2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
EXTRA_INITIAL_CAPACITY |
20 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
REGEX_AST_ROOT_PARENT_ID |
0 |