public class Rthings extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
dontMatchInQuotes
Needed in case (?
|
boolean |
ignoreCase
Needed in case (?
|
boolean |
noBackRefs |
boolean |
optimizeMe |
int |
parenLevel |
int |
val
The numeric identity of the next () to be encountered
while compiling the pattern.
|
public int val
public boolean ignoreCase
public boolean dontMatchInQuotes
public boolean optimizeMe
public boolean noBackRefs
public int parenLevel