JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / com / stevesoft / pat / RuleHolder.js
index a628201..6924899 100644 (file)
@@ -1,32 +1,32 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.RuleHolder", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.held = null;\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat, "RuleHolder", com.stevesoft.pat.ReplaceRule);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-Clazz.superConstructor (this, com.stevesoft.pat.RuleHolder, []);\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (h) {\r
-Clazz.superConstructor (this, com.stevesoft.pat.RuleHolder, []);\r
-this.held = h;\r
-}, "com.stevesoft.pat.ReplaceRule");\r
-Clazz.overrideMethod (c$, "clone1", \r
-function () {\r
-return  new com.stevesoft.pat.RuleHolder (this.held);\r
-});\r
-Clazz.defineMethod (c$, "toString1", \r
-function () {\r
-return this.held.toString1 ();\r
-});\r
-Clazz.defineMethod (c$, "apply", \r
-function (sb, rr) {\r
-this.held.apply (sb, rr);\r
-}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");\r
-Clazz.defineMethod (c$, "arg", \r
-function (s) {\r
-return  new com.stevesoft.pat.RuleHolder (this.held.arg (s));\r
-}, "~S");\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.RuleHolder", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.held = null;
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat, "RuleHolder", com.stevesoft.pat.ReplaceRule);
+Clazz.makeConstructor (c$, 
+function () {
+Clazz.superConstructor (this, com.stevesoft.pat.RuleHolder, []);
+});
+Clazz.makeConstructor (c$, 
+function (h) {
+Clazz.superConstructor (this, com.stevesoft.pat.RuleHolder, []);
+this.held = h;
+}, "com.stevesoft.pat.ReplaceRule");
+Clazz.overrideMethod (c$, "clone1", 
+function () {
+return  new com.stevesoft.pat.RuleHolder (this.held);
+});
+Clazz.defineMethod (c$, "toString1", 
+function () {
+return this.held.toString1 ();
+});
+Clazz.defineMethod (c$, "apply", 
+function (sb, rr) {
+this.held.apply (sb, rr);
+}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");
+Clazz.defineMethod (c$, "arg", 
+function (s) {
+return  new com.stevesoft.pat.RuleHolder (this.held.arg (s));
+}, "~S");
+});