All Packages Class Hierarchy This Package Previous Next Index
Class pat.Pthings
java.lang.Object
|
+----pat.Pthings
- public class Pthings
- extends Object
Shareware: package pat
Copyright 1996, Steven R. Brandt
Things that need to be kept track of during a
match. Passed along with Pattern.matchInternal.
-
cbits
- The mask to use when dontMatchInQuotes is set.
-
ignoreCase
- Whether we should ignore the case of letters in
this match.
-
marks
- Used to keep track of backreferences.
-
src
- The current text we are attempting to match.
-
Pthings()
-
src
public String src
- The current text we are attempting to match.
ignoreCase
public boolean ignoreCase
- Whether we should ignore the case of letters in
this match.
cbits
public BitSet cbits
- The mask to use when dontMatchInQuotes is set.
marks
public Hashtable marks
- Used to keep track of backreferences.
Pthings
public Pthings()
All Packages Class Hierarchy This Package Previous Next Index