Package org.somox.gast2seff.visitors
Class SwitchStatementHelper
java.lang.Object
org.somox.gast2seff.visitors.SwitchStatementHelper
Computes for a
SwitchStatement
the case branches in a way that to the
case branches, that do not end with break, the following case branch is
added.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateBlockListFromSwitchStatement
(tools.mdsd.jamopp.model.java.statements.Switch switchStatement)
-
Constructor Details
-
SwitchStatementHelper
public SwitchStatementHelper()
-
-
Method Details
-
createBlockListFromSwitchStatement
-