JAL-1807 still testing
[jalviewjs.git] / bin / com / stevesoft / pat / PushRule.js
index fd7d64e..bac59ef 100644 (file)
@@ -1,35 +1,35 @@
-Clazz.declarePackage ("com.stevesoft.pat");
-Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.PushRule", null, function () {
-c$ = Clazz.decorateAsClass (function () {
-this.NewRule = null;
-Clazz.instantialize (this, arguments);
-}, com.stevesoft.pat, "PushRule", com.stevesoft.pat.SpecialRule);
-Clazz.makeConstructor (c$, 
-function (p) {
-Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []);
-this.NewRule = p.NewRule;
-}, "com.stevesoft.pat.PushRule");
-Clazz.makeConstructor (c$, 
-function (nm, rr) {
-Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []);
-this.name = nm;
-this.NewRule = rr;
-}, "~S,com.stevesoft.pat.Regex");
-Clazz.makeConstructor (c$, 
-function (nm, tr) {
-Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []);
-this.name = nm;
-this.NewRule = tr.rp;
-}, "~S,com.stevesoft.pat.Transformer");
-Clazz.overrideMethod (c$, "clone1", 
-function () {
-return  new com.stevesoft.pat.PushRule (this);
-});
-Clazz.defineMethod (c$, "String1", 
-function () {
-return "${+" + this.name + "}";
-});
-Clazz.overrideMethod (c$, "apply", 
-function (sbl, rr) {
-}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");
-});
+Clazz.declarePackage ("com.stevesoft.pat");\r
+Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.PushRule", null, function () {\r
+c$ = Clazz.decorateAsClass (function () {\r
+this.NewRule = null;\r
+Clazz.instantialize (this, arguments);\r
+}, com.stevesoft.pat, "PushRule", com.stevesoft.pat.SpecialRule);\r
+Clazz.makeConstructor (c$, \r
+function (p) {\r
+Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []);\r
+this.NewRule = p.NewRule;\r
+}, "com.stevesoft.pat.PushRule");\r
+Clazz.makeConstructor (c$, \r
+function (nm, rr) {\r
+Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []);\r
+this.name = nm;\r
+this.NewRule = rr;\r
+}, "~S,com.stevesoft.pat.Regex");\r
+Clazz.makeConstructor (c$, \r
+function (nm, tr) {\r
+Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []);\r
+this.name = nm;\r
+this.NewRule = tr.rp;\r
+}, "~S,com.stevesoft.pat.Transformer");\r
+Clazz.overrideMethod (c$, "clone1", \r
+function () {\r
+return  new com.stevesoft.pat.PushRule (this);\r
+});\r
+Clazz.defineMethod (c$, "String1", \r
+function () {\r
+return "${+" + this.name + "}";\r
+});\r
+Clazz.overrideMethod (c$, "apply", \r
+function (sbl, rr) {\r
+}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");\r
+});\r