Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / com / stevesoft / pat / WantMoreTextReplaceRule.js
1 Clazz.declarePackage ("com.stevesoft.pat");
2 Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.WantMoreTextReplaceRule", null, function () {
3 c$ = Clazz.declareType (com.stevesoft.pat, "WantMoreTextReplaceRule", com.stevesoft.pat.SpecialRule);
4 Clazz.makeConstructor (c$, 
5 function () {
6 Clazz.superConstructor (this, com.stevesoft.pat.WantMoreTextReplaceRule, []);
7 });
8 Clazz.overrideMethod (c$, "apply", 
9 function (sb, res) {
10 }, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");
11 Clazz.overrideMethod (c$, "toString1", 
12 function () {
13 return "${WANT_MORE_TEXT}";
14 });
15 });