675676677678679680681682683684685
case Lexer.IMPORT: parseImport(); break; case Lexer.STATIC: if (true) throw new ESException("nostatus"); //parseStatic(); break; default: break loop;