KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > ast > Empty


1 package polyglot.ast;
2
3 /**
4  * <code>Empty</code> is the class for a empty statement (i.e., <code>;</code>).
5  */

6 public interface Empty extends Stmt
7 {
8 }
9
Popular Tags