f6a1485a7345648a7a93fb9eb0166661190ef8f8
[jalviewjs.git] / site / j2s / com / stevesoft / pat / NullRule.js
1 Clazz.declarePackage ("com.stevesoft.pat");\r
2 Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.NullRule", null, function () {\r
3 c$ = Clazz.declareType (com.stevesoft.pat, "NullRule", com.stevesoft.pat.ReplaceRule);\r
4 Clazz.makeConstructor (c$, \r
5 function () {\r
6 Clazz.superConstructor (this, com.stevesoft.pat.NullRule, []);\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 "";\r
14 });\r
15 });\r