KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > ast > ForUpdate


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

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