X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2FCodeRule.js;h=92c00f373e566013a5a8cc898f7a19600ac3340e;hp=85a0917238c975677c145df9ebe7a1cc0998e582;hb=7301a2415adab88038b291fc54caeeb3a5a47a44;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/com/stevesoft/pat/CodeRule.js b/bin/com/stevesoft/pat/CodeRule.js index 85a0917..92c00f3 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; +}); +});