1 package spoon.reflect.code;2 3 /**4 * This abstract code element represents all the statements that break the5 * control flow of the program.6 */7 public interface CtCFlowBreak extends CtStatement {}8