Class pat.Pthings
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.


Variable Index

 o cbits
The mask to use when dontMatchInQuotes is set.
 o ignoreCase
Whether we should ignore the case of letters in this match.
 o marks
Used to keep track of backreferences.
 o src
The current text we are attempting to match.

Constructor Index

 o Pthings()

Variables

 o src
  public String src
The current text we are attempting to match.
 o ignoreCase
  public boolean ignoreCase
Whether we should ignore the case of letters in this match.
 o cbits
  public BitSet cbits
The mask to use when dontMatchInQuotes is set.
 o marks
  public Hashtable marks
Used to keep track of backreferences.

Constructors

 o Pthings
  public Pthings()

All Packages  Class Hierarchy  This Package  Previous  Next  Index