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