X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2FStringRule.js;h=1c04a68b6b742ec926f4726d93c0365f40c55c8f;hp=aea8a989a1c8327a647e0f154d331e98b4b3008f;hb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/com/stevesoft/pat/StringRule.js b/bin/com/stevesoft/pat/StringRule.js index aea8a98..1c04a68 100644 --- a/bin/com/stevesoft/pat/StringRule.js +++ b/bin/com/stevesoft/pat/StringRule.js @@ -1,24 +1,24 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.StringRule", null, function () { -c$ = Clazz.decorateAsClass (function () { -this.s = null; -Clazz.instantialize (this, arguments); -}, com.stevesoft.pat, "StringRule", com.stevesoft.pat.ReplaceRule); -Clazz.makeConstructor (c$, -function (s) { -Clazz.superConstructor (this, com.stevesoft.pat.StringRule, []); -this.s = s; -}, "~S"); -Clazz.overrideMethod (c$, "apply", -function (sb, res) { -sb.append (this.s); -}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes"); -Clazz.overrideMethod (c$, "toString1", -function () { -return this.s; -}); -Clazz.overrideMethod (c$, "clone1", -function () { -return new com.stevesoft.pat.StringRule (this.s); -}); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.StringRule", null, function () { +c$ = Clazz.decorateAsClass (function () { +this.s = null; +Clazz.instantialize (this, arguments); +}, com.stevesoft.pat, "StringRule", com.stevesoft.pat.ReplaceRule); +Clazz.makeConstructor (c$, +function (s) { +Clazz.superConstructor (this, com.stevesoft.pat.StringRule, []); +this.s = s; +}, "~S"); +Clazz.overrideMethod (c$, "apply", +function (sb, res) { +sb.append (this.s); +}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes"); +Clazz.overrideMethod (c$, "toString1", +function () { +return this.s; +}); +Clazz.overrideMethod (c$, "clone1", +function () { +return new com.stevesoft.pat.StringRule (this.s); +}); +});