KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > spoon > reflect > code > CtCFlowBreak


1 package spoon.reflect.code;
2
3 /**
4  * This abstract code element represents all the statements that break the
5  * control flow of the program.
6  */

7 public interface CtCFlowBreak extends CtStatement {}
8
Popular Tags