Class pat.Rthings
All Packages Class Hierarchy This Package Previous Next Index
Class pat.Rthings
java.lang.Object
|
+----pat.Rthings
- public class Rthings
- extends Object
Shareware: package pat
Copyright 1996, Steven R. Brandt
This class only exists to store data needed during the
compilation of a regular expression.
-
dontMatchInQuotes
- Needed in case (?Q) is encountered, to pass back the
message that dontMatchInQuotes should be set.
-
ignoreCase
- Needed in case (?i) is encountered, to pass back the
message that ignoreCase should be set.
-
val
- The numeric identity of the next () to be encountered
while compiling the pattern.
val
public int val
- The numeric identity of the next () to be encountered
while compiling the pattern.
ignoreCase
public boolean ignoreCase
- Needed in case (?i) is encountered, to pass back the
message that ignoreCase should be set.
dontMatchInQuotes
public boolean dontMatchInQuotes
- Needed in case (?Q) is encountered, to pass back the
message that dontMatchInQuotes should be set.
All Packages Class Hierarchy This Package Previous Next Index