X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=unused%2Fcom%2Fstevesoft%2Fpat%2FPthings.java;fp=unused%2Fcom%2Fstevesoft%2Fpat%2FPthings.java;h=d427983b8902f7b1a77cede9fc27a2acac21830e;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=69e8fedb0805fd96d147fbc0e0005e96438682cc;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/unused/com/stevesoft/pat/Pthings.java b/unused/com/stevesoft/pat/Pthings.java index 69e8fed..d427983 100644 --- a/unused/com/stevesoft/pat/Pthings.java +++ b/unused/com/stevesoft/pat/Pthings.java @@ -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; -} +// +// 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; +}