Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / com / stevesoft / pat / BackRefRule.js
index d6a1e2e..f744c08 100644 (file)
@@ -1,25 +1,25 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.BackRefRule", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.n = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat, "BackRefRule", com.stevesoft.pat.ReplaceRule);\r
-Clazz.makeConstructor (c$, \r
-function (n) {\r
-Clazz.superConstructor (this, com.stevesoft.pat.BackRefRule, []);\r
-this.n = n;\r
-}, "~N");\r
-Clazz.overrideMethod (c$, "apply", \r
-function (sb, res) {\r
-var x = res.stringMatchedI (this.n);\r
-sb.append (x == null ? "" : x);\r
-}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");\r
-Clazz.overrideMethod (c$, "toString1", \r
-function () {\r
-return "$" + this.n;\r
-});\r
-Clazz.overrideMethod (c$, "clone1", \r
-function () {\r
-return  new com.stevesoft.pat.BackRefRule (this.n);\r
-});\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.BackRefRule", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.n = 0;
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat, "BackRefRule", com.stevesoft.pat.ReplaceRule);
+Clazz.makeConstructor (c$, 
+function (n) {
+Clazz.superConstructor (this, com.stevesoft.pat.BackRefRule, []);
+this.n = n;
+}, "~N");
+Clazz.overrideMethod (c$, "apply", 
+function (sb, res) {
+var x = res.stringMatchedI (this.n);
+sb.append (x == null ? "" : x);
+}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");
+Clazz.overrideMethod (c$, "toString1", 
+function () {
+return "$" + this.n;
+});
+Clazz.overrideMethod (c$, "clone1", 
+function () {
+return  new com.stevesoft.pat.BackRefRule (this.n);
+});
+});