JAL-1807 still testing
[jalviewjs.git] / bin / com / stevesoft / pat / Skipped.js
index 8f6f1d3..07c5ca9 100644 (file)
@@ -1,34 +1,34 @@
-Clazz.declarePackage ("com.stevesoft.pat");
-Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.Skipped", ["com.stevesoft.pat.CaseMgr", "$.patInt"], function () {
-c$ = Clazz.decorateAsClass (function () {
-this.s = null;
-Clazz.instantialize (this, arguments);
-}, com.stevesoft.pat, "Skipped", com.stevesoft.pat.Pattern);
-Clazz.makeConstructor (c$, 
-function (s) {
-Clazz.superConstructor (this, com.stevesoft.pat.Skipped, []);
-this.s = s;
-}, "~S");
-Clazz.overrideMethod (c$, "toString", 
-function () {
-return this.s + this.nextString ();
-});
-Clazz.overrideMethod (c$, "matchInternal", 
-function (pos, pt) {
-if (pt.no_check || com.stevesoft.pat.CaseMgr.regionMatches (this.s, pt.ignoreCase, 0, pt.src, pos, this.s.length)) {
-return this.nextMatch (pos + this.s.length, pt);
-}return -1;
-}, "~N,com.stevesoft.pat.Pthings");
-Clazz.overrideMethod (c$, "minChars", 
-function () {
-return  new com.stevesoft.pat.patInt (this.s.length);
-});
-Clazz.overrideMethod (c$, "maxChars", 
-function () {
-return  new com.stevesoft.pat.patInt (this.s.length);
-});
-Clazz.overrideMethod (c$, "clone1", 
-function (h) {
-return  new com.stevesoft.pat.Skipped (this.s);
-}, "java.util.Hashtable");
-});
+Clazz.declarePackage ("com.stevesoft.pat");\r
+Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.Skipped", ["com.stevesoft.pat.CaseMgr", "$.patInt"], function () {\r
+c$ = Clazz.decorateAsClass (function () {\r
+this.s = null;\r
+Clazz.instantialize (this, arguments);\r
+}, com.stevesoft.pat, "Skipped", com.stevesoft.pat.Pattern);\r
+Clazz.makeConstructor (c$, \r
+function (s) {\r
+Clazz.superConstructor (this, com.stevesoft.pat.Skipped, []);\r
+this.s = s;\r
+}, "~S");\r
+Clazz.overrideMethod (c$, "toString", \r
+function () {\r
+return this.s + this.nextString ();\r
+});\r
+Clazz.overrideMethod (c$, "matchInternal", \r
+function (pos, pt) {\r
+if (pt.no_check || com.stevesoft.pat.CaseMgr.regionMatches (this.s, pt.ignoreCase, 0, pt.src, pos, this.s.length)) {\r
+return this.nextMatch (pos + this.s.length, pt);\r
+}return -1;\r
+}, "~N,com.stevesoft.pat.Pthings");\r
+Clazz.overrideMethod (c$, "minChars", \r
+function () {\r
+return  new com.stevesoft.pat.patInt (this.s.length);\r
+});\r
+Clazz.overrideMethod (c$, "maxChars", \r
+function () {\r
+return  new com.stevesoft.pat.patInt (this.s.length);\r
+});\r
+Clazz.overrideMethod (c$, "clone1", \r
+function (h) {\r
+return  new com.stevesoft.pat.Skipped (this.s);\r
+}, "java.util.Hashtable");\r
+});\r