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