JAL-1807 still testing
[jalviewjs.git] / bin / com / stevesoft / pat / Multi.js
index e759c95..e98b4ff 100644 (file)
@@ -1,62 +1,62 @@
-Clazz.declarePackage ("com.stevesoft.pat");
-Clazz.load (["com.stevesoft.pat.PatternSub"], "com.stevesoft.pat.Multi", ["com.stevesoft.pat.Multi_stage2"], function () {
-c$ = Clazz.decorateAsClass (function () {
-this.a = null;
-this.b = null;
-this.p = null;
-this.st2 = null;
-this.matchFewest = false;
-Clazz.instantialize (this, arguments);
-}, com.stevesoft.pat, "Multi", com.stevesoft.pat.PatternSub);
-Clazz.overrideMethod (c$, "minChars", 
-function () {
-return this.a.mul (this.p.countMinChars ());
-});
-Clazz.overrideMethod (c$, "maxChars", 
-function () {
-return this.b.mul (this.p.countMaxChars ());
-});
-Clazz.makeConstructor (c$, 
-function (a, b, p) {
-Clazz.superConstructor (this, com.stevesoft.pat.Multi, []);
-this.a = a;
-this.b = b;
-this.p = p;
-this.st2 =  new com.stevesoft.pat.Multi_stage2 (a, b, p);
-this.st2.parent = this;
-this.sub = this.st2.sub;
-}, "com.stevesoft.pat.patInt,com.stevesoft.pat.patInt,com.stevesoft.pat.Pattern");
-Clazz.overrideMethod (c$, "toString", 
-function () {
-this.st2.matchFewest = this.matchFewest;
-return this.st2.toString ();
-});
-Clazz.overrideMethod (c$, "matchInternal", 
-function (pos, pt) {
-try {
-this.st2 =  new com.stevesoft.pat.Multi_stage2 (this.a, this.b, this.p);
-} catch (r__) {
-if (Clazz.exceptionOf (r__, com.stevesoft.pat.RegSyntax)) {
-} else {
-throw r__;
-}
-}
-this.st2.matchFewest = this.matchFewest;
-this.st2.parent = this;
-return this.st2.matchInternal (pos, pt);
-}, "~N,com.stevesoft.pat.Pthings");
-Clazz.overrideMethod (c$, "clone1", 
-function (h) {
-try {
-var m =  new com.stevesoft.pat.Multi (this.a, this.b, (this.p).clone (h));
-m.matchFewest = this.matchFewest;
-return m;
-} catch (rs) {
-if (Clazz.exceptionOf (rs, com.stevesoft.pat.RegSyntax)) {
-return null;
-} else {
-throw rs;
-}
-}
-}, "java.util.Hashtable");
-});
+Clazz.declarePackage ("com.stevesoft.pat");\r
+Clazz.load (["com.stevesoft.pat.PatternSub"], "com.stevesoft.pat.Multi", ["com.stevesoft.pat.Multi_stage2"], function () {\r
+c$ = Clazz.decorateAsClass (function () {\r
+this.a = null;\r
+this.b = null;\r
+this.p = null;\r
+this.st2 = null;\r
+this.matchFewest = false;\r
+Clazz.instantialize (this, arguments);\r
+}, com.stevesoft.pat, "Multi", com.stevesoft.pat.PatternSub);\r
+Clazz.overrideMethod (c$, "minChars", \r
+function () {\r
+return this.a.mul (this.p.countMinChars ());\r
+});\r
+Clazz.overrideMethod (c$, "maxChars", \r
+function () {\r
+return this.b.mul (this.p.countMaxChars ());\r
+});\r
+Clazz.makeConstructor (c$, \r
+function (a, b, p) {\r
+Clazz.superConstructor (this, com.stevesoft.pat.Multi, []);\r
+this.a = a;\r
+this.b = b;\r
+this.p = p;\r
+this.st2 =  new com.stevesoft.pat.Multi_stage2 (a, b, p);\r
+this.st2.parent = this;\r
+this.sub = this.st2.sub;\r
+}, "com.stevesoft.pat.patInt,com.stevesoft.pat.patInt,com.stevesoft.pat.Pattern");\r
+Clazz.overrideMethod (c$, "toString", \r
+function () {\r
+this.st2.matchFewest = this.matchFewest;\r
+return this.st2.toString ();\r
+});\r
+Clazz.overrideMethod (c$, "matchInternal", \r
+function (pos, pt) {\r
+try {\r
+this.st2 =  new com.stevesoft.pat.Multi_stage2 (this.a, this.b, this.p);\r
+} catch (r__) {\r
+if (Clazz.exceptionOf (r__, com.stevesoft.pat.RegSyntax)) {\r
+} else {\r
+throw r__;\r
+}\r
+}\r
+this.st2.matchFewest = this.matchFewest;\r
+this.st2.parent = this;\r
+return this.st2.matchInternal (pos, pt);\r
+}, "~N,com.stevesoft.pat.Pthings");\r
+Clazz.overrideMethod (c$, "clone1", \r
+function (h) {\r
+try {\r
+var m =  new com.stevesoft.pat.Multi (this.a, this.b, (this.p).clone (h));\r
+m.matchFewest = this.matchFewest;\r
+return m;\r
+} catch (rs) {\r
+if (Clazz.exceptionOf (rs, com.stevesoft.pat.RegSyntax)) {\r
+return null;\r
+} else {\r
+throw rs;\r
+}\r
+}\r
+}, "java.util.Hashtable");\r
+});\r