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
6 Clazz.superConstructor (this, com.stevesoft.pat.SpecialRule, []);
\r
8 Clazz.overrideMethod (c$, "apply",
\r
10 }, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");
\r