X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2FCodeRule.js;fp=bin%2Fcom%2Fstevesoft%2Fpat%2FCodeRule.js;h=85a0917238c975677c145df9ebe7a1cc0998e582;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=92c00f373e566013a5a8cc898f7a19600ac3340e;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/bin/com/stevesoft/pat/CodeRule.js b/bin/com/stevesoft/pat/CodeRule.js index 92c00f3..85a0917 100644 --- a/bin/com/stevesoft/pat/CodeRule.js +++ b/bin/com/stevesoft/pat/CodeRule.js @@ -1,24 +1,24 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.CodeRule", null, function () { -c$ = Clazz.decorateAsClass (function () { -this.c = 'E'; -Clazz.instantialize (this, arguments); -}, com.stevesoft.pat, "CodeRule", com.stevesoft.pat.SpecialRule); -Clazz.makeConstructor (c$, -function () { -Clazz.superConstructor (this, com.stevesoft.pat.CodeRule, []); -}); -Clazz.makeConstructor (c$, -function (c) { -Clazz.superConstructor (this, com.stevesoft.pat.CodeRule, []); -this.c = c; -}, "~S"); -Clazz.overrideMethod (c$, "apply", -function (sb, res) { -sb.setMode (this.c); -}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes"); -Clazz.overrideMethod (c$, "toString1", -function () { -return "\\" + this.c; -}); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.CodeRule", null, function () { +c$ = Clazz.decorateAsClass (function () { +this.c = 'E'; +Clazz.instantialize (this, arguments); +}, com.stevesoft.pat, "CodeRule", com.stevesoft.pat.SpecialRule); +Clazz.makeConstructor (c$, +function () { +Clazz.superConstructor (this, com.stevesoft.pat.CodeRule, []); +}); +Clazz.makeConstructor (c$, +function (c) { +Clazz.superConstructor (this, com.stevesoft.pat.CodeRule, []); +this.c = c; +}, "~S"); +Clazz.overrideMethod (c$, "apply", +function (sb, res) { +sb.setMode (this.c); +}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes"); +Clazz.overrideMethod (c$, "toString1", +function () { +return "\\" + this.c; +}); +});