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