*** 48,57 **** --- 48,58 ---- /** * Returns the condition expression of this 'for' statement. * * @return the condition expression */ + @Override ExpressionTree getCondition(); /** * Returns the update expression of this 'for' statement. *
*** 62,68 **** --- 63,70 ---- /** * Returns the statement contained in this 'for' statement. * * @return the statement */ + @Override StatementTree getStatement(); }