| 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" |
| 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 |
TRegexMaxCountedRepetition |
40 |
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 |
127 |
public static final int |
TRegexMaxNumberOfNFAStatesInOneDFATransition |
255 |
public static final int |
TRegexMaxParseTreeSize |
4000 |
public static final int |
TRegexRangeToBitSetConversionThreshold |
3 |
public static final int |
TRegexTraceFinderMaxNumberOfResults |
254 |
| 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 |
|---|---|---|
protected static final short |
FLAG_CHARACTER_CLASS_WAS_SINGLE_CHAR |
512 |
protected static final short |
FLAG_EMPTY_GUARD |
128 |
protected static final short |
FLAG_GROUP_EXPANDED_QUANTIFIER |
32 |
protected static final short |
FLAG_GROUP_LOOP |
16 |
protected static final short |
FLAG_HAS_LOOPS |
256 |
protected static final short |
FLAG_LOOK_AROUND_NEGATED |
64 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
REGEX_AST_ROOT_PARENT_ID |
0 |