This {@link ProgramInstruction} break from a loop when processed
283284285286287288289290291292293
case Statement.TYPE_BREAK: { if(debug) { analysisRecord.println("\tBREAK STATEMENT:\n" + statement); //$NON-NLS-1$ } instruction = new BreakInstruction(); break; } case Statement.TYPE_CONTINUE: { if(debug) {