breakStmt

fun LanguageFrontend<*, *>.breakStmt(label: String? = null): BreakStatement

Creates a new BreakStatement in the Fluent Node DSL and adds it to the nearest enclosing Holder, but only if it is an StatementHolder.