|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.stevesoft.pat.Rthings
This class only exists to store data needed during the compilation of a regular expression.
| Field Summary | |
boolean |
dontMatchInQuotes
Needed in case (?Q) is encountered, to pass back the message that dontMatchInQuotes should be set. |
boolean |
ignoreCase
Needed in case (?i) is encountered, to pass back the message that ignoreCase should be set. |
boolean |
noBackRefs
|
boolean |
optimizeMe
|
int |
parenLevel
|
int |
val
The numeric identity of the next () to be encountered while compiling the pattern. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public int val
public boolean ignoreCase
public boolean dontMatchInQuotes
public boolean optimizeMe
public boolean noBackRefs
public int parenLevel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||