/* 80 */ expr = parseExpression(tbl);
/* */ }
/* */
/* 83 */ int c = this.lex.get();
/* 84 */ if (c == 59)
/* 85 */ return new FieldDecl(mods, new ASTList(d, new ASTList(expr)));
/* 86 */ if (c == 44) {
/* 87 */ throw new CompileError("only one field can be declared in one declaration", this.lex);
/* */ }
/* */
/* 90 */ throw new SyntaxError(this.lex);