|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.stevesoft.pat.Pthings
Things that need to be kept track of during a match. Passed along with Pattern.matchInternal.
| Field Summary | |
java.util.BitSet |
cbits
The mask to use when dontMatchInQuotes is set. |
boolean |
dotDoesntMatchCR
Used to set the behavior of "." By default, it now fails to match the '\n' character. |
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 Summary | |
Pthings()
|
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public StringLike src
public boolean ignoreCase
public boolean mFlag
public java.util.BitSet cbits
public int[] marks
public int nMarks
public boolean dotDoesntMatchCR
public boolean no_check
| Constructor Detail |
public Pthings()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||