JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / bin / com / stevesoft / pat / WantMoreTextReplaceRule.js
1 Clazz.declarePackage ("com.stevesoft.pat");\r
2 Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.WantMoreTextReplaceRule", null, function () {\r
3 c$ = Clazz.declareType (com.stevesoft.pat, "WantMoreTextReplaceRule", com.stevesoft.pat.SpecialRule);\r
4 Clazz.makeConstructor (c$, \r
5 function () {\r
6 Clazz.superConstructor (this, com.stevesoft.pat.WantMoreTextReplaceRule, []);\r
7 });\r
8 Clazz.overrideMethod (c$, "apply", \r
9 function (sb, res) {\r
10 }, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");\r
11 Clazz.overrideMethod (c$, "toString1", \r
12 function () {\r
13 return "${WANT_MORE_TEXT}";\r
14 });\r
15 });\r