d983d19dc7855f32bb88971356dfac6b5212ee7b
[jalviewjs.git] / site / j2s / com / stevesoft / pat / PopRule.js
1 Clazz.declarePackage ("com.stevesoft.pat");\r
2 Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.PopRule", null, function () {\r
3 c$ = Clazz.declareType (com.stevesoft.pat, "PopRule", com.stevesoft.pat.SpecialRule);\r
4 Clazz.makeConstructor (c$, \r
5 function () {\r
6 Clazz.superConstructor (this, com.stevesoft.pat.PopRule, []);\r
7 });\r
8 Clazz.overrideMethod (c$, "toString1", \r
9 function () {\r
10 return "${POP}";\r
11 });\r
12 });\r