package polyglot.ast; /** * A <code>ForUpdate</code> represents a statement that can be used as an * iterator in a "for" statement. */ public interface ForUpdate extends Stmt { }