addBreakStatement

fun addBreakStatement(breakStatement: BreakStatement)

This function SHOULD only be used by the de.fraunhofer.aisec.cpg.passes.EvaluationOrderGraphPass while building up the EOG. It adds a BreakStatement to the list of break statements of the current "breakable" scope.