Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / com / stevesoft / pat / ChangeRule.js
index 1a6f683..3edb0ff 100644 (file)
@@ -1,35 +1,35 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.ChangeRule", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.NewRule = null;\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat, "ChangeRule", com.stevesoft.pat.SpecialRule);\r
-Clazz.makeConstructor (c$, \r
-function (c) {\r
-Clazz.superConstructor (this, com.stevesoft.pat.ChangeRule, []);\r
-this.NewRule = c.NewRule;\r
-}, "com.stevesoft.pat.ChangeRule");\r
-Clazz.makeConstructor (c$, \r
-function (nm, rr) {\r
-Clazz.superConstructor (this, com.stevesoft.pat.ChangeRule, []);\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.ChangeRule, []);\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.ChangeRule (this);\r
-});\r
-Clazz.overrideMethod (c$, "toString1", \r
-function () {\r
-return "${=" + this.name + "}";\r
-});\r
-Clazz.overrideMethod (c$, "apply", \r
-function (sb, rr) {\r
-}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.ChangeRule", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.NewRule = null;
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat, "ChangeRule", com.stevesoft.pat.SpecialRule);
+Clazz.makeConstructor (c$, 
+function (c) {
+Clazz.superConstructor (this, com.stevesoft.pat.ChangeRule, []);
+this.NewRule = c.NewRule;
+}, "com.stevesoft.pat.ChangeRule");
+Clazz.makeConstructor (c$, 
+function (nm, rr) {
+Clazz.superConstructor (this, com.stevesoft.pat.ChangeRule, []);
+this.name = nm;
+this.NewRule = rr;
+}, "~S,com.stevesoft.pat.Regex");
+Clazz.makeConstructor (c$, 
+function (nm, tr) {
+Clazz.superConstructor (this, com.stevesoft.pat.ChangeRule, []);
+this.name = nm;
+this.NewRule = tr.rp;
+}, "~S,com.stevesoft.pat.Transformer");
+Clazz.overrideMethod (c$, "clone1", 
+function () {
+return  new com.stevesoft.pat.ChangeRule (this);
+});
+Clazz.overrideMethod (c$, "toString1", 
+function () {
+return "${=" + this.name + "}";
+});
+Clazz.overrideMethod (c$, "apply", 
+function (sb, rr) {
+}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");
+});