isInterrupt property

bool isInterrupt

是否为中断语句信号

Implementation

bool get isInterrupt => isBreak || isReturn;