X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FRuleHolder.js;h=6924899e261ecc9f09226855ca67f3b6b5391c8c;hp=a62820113cbb767e7830e51f476f01b5f4aba218;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6 diff --git a/site/j2s/com/stevesoft/pat/RuleHolder.js b/site/j2s/com/stevesoft/pat/RuleHolder.js index a628201..6924899 100644 --- a/site/j2s/com/stevesoft/pat/RuleHolder.js +++ b/site/j2s/com/stevesoft/pat/RuleHolder.js @@ -1,32 +1,32 @@ -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"); -}); +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"); +});