Package deltix.util.jcg
Interface JSwitchStatement
-
- All Superinterfaces:
JCompoundStatement,JStatement,JVariableContainer
public interface JSwitchStatement extends JCompoundStatement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddBreak()Adds a break statement that specifically breaks this switch.voidaddCaseLabel(JExpr e)voidaddCaseLabel(JExpr e, java.lang.String comment)voidaddDefaultLabel()-
Methods inherited from interface deltix.util.jcg.JCompoundStatement
add, add, addComment, addFront, addVar, addVar, addVar, addVar, addVar, isEmpty
-
Methods inherited from interface deltix.util.jcg.JVariableContainer
addVar
-
-