public interface Breakable
Modifier and Type | Method and Description |
---|---|
void |
addBreak(Break b)
Adds a nested Break.
|
boolean |
doBreak() |
void |
setBreak(boolean b)
Set the break flag to the given value.
|
void setBreak(boolean b)
b
- the value for the flagvoid addBreak(Break b)
b
- the Break to addboolean doBreak()