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