JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / bin / com / stevesoft / pat / RegSyntax.js
1 Clazz.declarePackage ("com.stevesoft.pat");\r
2 Clazz.load (["java.lang.Exception"], "com.stevesoft.pat.RegSyntax", null, function () {\r
3 c$ = Clazz.declareType (com.stevesoft.pat, "RegSyntax", Exception);\r
4 Clazz.makeConstructor (c$, \r
5 function () {\r
6 Clazz.superConstructor (this, com.stevesoft.pat.RegSyntax, []);\r
7 });\r
8 });\r