KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > ast > SwitchElement


1 package polyglot.ast;
2
3 /**
4  * A <code>SwitchElement</code> is statement inside a switch.
5  */

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