Interface ICGenericWhileLoop

All Superinterfaces:
ICCompound, ICElement, ICGenericBreakable, ICGenericLoop, ICStatement
All Known Subinterfaces:
ICDoWhileStm, ICWhileStm

@Ser public interface ICGenericWhileLoop extends ICGenericLoop
C AST interface for while-like loops (while, do-while).