X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2FPushRule.js;h=fd7d64e50f161ba1ae2e0adb68d768aea34f470b;hp=bac59ef0b30058c991dc9b70aba3dd6293998fb7;hb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/com/stevesoft/pat/PushRule.js b/bin/com/stevesoft/pat/PushRule.js index bac59ef..fd7d64e 100644 --- a/bin/com/stevesoft/pat/PushRule.js +++ b/bin/com/stevesoft/pat/PushRule.js @@ -1,35 +1,35 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.PushRule", null, function () { -c$ = Clazz.decorateAsClass (function () { -this.NewRule = null; -Clazz.instantialize (this, arguments); -}, com.stevesoft.pat, "PushRule", com.stevesoft.pat.SpecialRule); -Clazz.makeConstructor (c$, -function (p) { -Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []); -this.NewRule = p.NewRule; -}, "com.stevesoft.pat.PushRule"); -Clazz.makeConstructor (c$, -function (nm, rr) { -Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []); -this.name = nm; -this.NewRule = rr; -}, "~S,com.stevesoft.pat.Regex"); -Clazz.makeConstructor (c$, -function (nm, tr) { -Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []); -this.name = nm; -this.NewRule = tr.rp; -}, "~S,com.stevesoft.pat.Transformer"); -Clazz.overrideMethod (c$, "clone1", -function () { -return new com.stevesoft.pat.PushRule (this); -}); -Clazz.defineMethod (c$, "String1", -function () { -return "${+" + this.name + "}"; -}); -Clazz.overrideMethod (c$, "apply", -function (sbl, rr) { -}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes"); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.PushRule", null, function () { +c$ = Clazz.decorateAsClass (function () { +this.NewRule = null; +Clazz.instantialize (this, arguments); +}, com.stevesoft.pat, "PushRule", com.stevesoft.pat.SpecialRule); +Clazz.makeConstructor (c$, +function (p) { +Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []); +this.NewRule = p.NewRule; +}, "com.stevesoft.pat.PushRule"); +Clazz.makeConstructor (c$, +function (nm, rr) { +Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []); +this.name = nm; +this.NewRule = rr; +}, "~S,com.stevesoft.pat.Regex"); +Clazz.makeConstructor (c$, +function (nm, tr) { +Clazz.superConstructor (this, com.stevesoft.pat.PushRule, []); +this.name = nm; +this.NewRule = tr.rp; +}, "~S,com.stevesoft.pat.Transformer"); +Clazz.overrideMethod (c$, "clone1", +function () { +return new com.stevesoft.pat.PushRule (this); +}); +Clazz.defineMethod (c$, "String1", +function () { +return "${+" + this.name + "}"; +}); +Clazz.overrideMethod (c$, "apply", +function (sbl, rr) { +}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes"); +});