Stmt gotoStmt() { consume(TokenType.kGoto, 'Expected "goto" keyword.'); return GotoStmt(rawExpr()); }