e.g. break; break $a;
break; break $a;
BreakStatement : break [no LineTerminator here] [Identifier] ;
This class represents a break statement in the storedprocedure language. It extends the Statement that could part of a block.
Statement
72737475767778
} public void testNonEquivalence(){ ContinueStatement s1 = sample1(); int equals = -1; UnitTestUtil.helpTestEquivalence(equals, s1, new BreakStatement()); }