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