Interface CtCFlowBreak

All Superinterfaces:
Cloneable, CtCodeElement, CtElement, CtQueryable, CtStatement, CtVisitable, FactoryAccessor, Serializable, SourcePositionHolder
All Known Subinterfaces:
CtBreak, CtContinue, CtLabelledFlowBreak, CtReturn<R>, CtThrow, CtYieldStatement
All Known Implementing Classes:
CtBreakImpl, CtContinueImpl, CtReturnImpl, CtThrowImpl, CtYieldStatementImpl

public interface CtCFlowBreak extends CtStatement
This abstract code element represents all the statements that break the control flow of the program.