X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FChangeRule.js;fp=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FChangeRule.js;h=3edb0ff49402ba79c229ad90a2c76c54adf6d4b7;hp=1a6f68333be52562942315a3fed14fd366af8d1c;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/com/stevesoft/pat/ChangeRule.js b/site/j2s/com/stevesoft/pat/ChangeRule.js index 1a6f683..3edb0ff 100644 --- a/site/j2s/com/stevesoft/pat/ChangeRule.js +++ b/site/j2s/com/stevesoft/pat/ChangeRule.js @@ -1,35 +1,35 @@ -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"); -}); +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"); +});