org.codehaus.janino

Class Java.BreakableStatement

public abstract static class Java.BreakableStatement extends Java.Statement

Base class for statements that can be terminated abnormally with a "break" statement.

According to the JLS, statements that can be terminated abnormally with a "break" statement are: "COntinuable" statements ("for", "do" and "while"), labeled statements, and the "switch" statement.

Constructor Summary
protected BreakableStatement(Location location)

Constructor Detail

BreakableStatement

protected BreakableStatement(Location location)