public class Pthings extends Object
Modifier and Type | Field and Description |
---|---|
BitSet |
cbits
The mask to use when dontMatchInQuotes is set.
|
boolean |
dotDoesntMatchCR
Used to set the behavior of "."
|
boolean |
ignoreCase
Whether we should ignore the case of letters in
this match.
|
int[] |
marks
Used to keep track of backreferences.
|
boolean |
mFlag |
int |
nMarks |
boolean |
no_check
Determine if Skipped strings need to be checked.
|
StringLike |
src
The current text we are attempting to match.
|
Constructor and Description |
---|
Pthings() |
public StringLike src
public boolean ignoreCase
public boolean mFlag
public BitSet cbits
public int[] marks
public int nMarks
public boolean dotDoesntMatchCR
public boolean no_check