JAL-1807 still testing
[jalviewjs.git] / unused / com / stevesoft / pat / Pthings.java
index 69e8fed..d427983 100644 (file)
@@ -1,47 +1,47 @@
-//
-// This software is now distributed according to
-// the Lesser Gnu Public License.  Please see
-// http://www.gnu.org/copyleft/lesser.txt for
-// the details.
-//    -- Happy Computing!
-//
-package com.stevesoft.pat;
-
-import java.util.*;
-
-/**
- * Things that need to be kept track of during a match. Passed along with
- * Pattern.matchInternal.
- */
-public class Pthings
-{
-  /** The current text we are attempting to match. */
-  public StringLike src;
-
-  /**
-   * Whether we should ignore the case of letters in this match.
-   */
-  public boolean ignoreCase;
-
-  public boolean mFlag;
-
-  /** The mask to use when dontMatchInQuotes is set. */
-  public BitSet cbits;
-
-  /** Used to keep track of backreferences. */
-  // public Hashtable marks;
-  public int[] marks;
-
-  public int nMarks;
-
-  /**
-   * Used to set the behavior of "." By default, it now fails to match the '\n'
-   * character.
-   */
-  public boolean dotDoesntMatchCR;
-
-  /** Determine if Skipped strings need to be checked. */
-  public boolean no_check;
-
-  int lastPos;
-}
+//\r
+// This software is now distributed according to\r
+// the Lesser Gnu Public License.  Please see\r
+// http://www.gnu.org/copyleft/lesser.txt for\r
+// the details.\r
+//    -- Happy Computing!\r
+//\r
+package com.stevesoft.pat;\r
+\r
+import java.util.*;\r
+\r
+/**\r
+ * Things that need to be kept track of during a match. Passed along with\r
+ * Pattern.matchInternal.\r
+ */\r
+public class Pthings\r
+{\r
+  /** The current text we are attempting to match. */\r
+  public StringLike src;\r
+\r
+  /**\r
+   * Whether we should ignore the case of letters in this match.\r
+   */\r
+  public boolean ignoreCase;\r
+\r
+  public boolean mFlag;\r
+\r
+  /** The mask to use when dontMatchInQuotes is set. */\r
+  public BitSet cbits;\r
+\r
+  /** Used to keep track of backreferences. */\r
+  // public Hashtable marks;\r
+  public int[] marks;\r
+\r
+  public int nMarks;\r
+\r
+  /**\r
+   * Used to set the behavior of "." By default, it now fails to match the '\n'\r
+   * character.\r
+   */\r
+  public boolean dotDoesntMatchCR;\r
+\r
+  /** Determine if Skipped strings need to be checked. */\r
+  public boolean no_check;\r
+\r
+  int lastPos;\r
+}\r