KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > ast > ForInit


1 package polyglot.ast;
2
3 /**
4  * A <code>ForInit</code> represents a statement that can be used as a
5  * initializer in a "for" statement.
6  */

7 public interface ForInit extends Stmt
8 {
9 }
10
Popular Tags