Package relaxngcc.codedom
Class CDSwitchStatement
java.lang.Object
relaxngcc.codedom.CDSwitchStatement
- All Implemented Interfaces:
CDStatement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCase
(CDConstant expr, CDBlock statements) void
state
(CDFormatter f) Prints itself as a statement.
-
Constructor Details
-
CDSwitchStatement
-
-
Method Details
-
addCase
-
defaultCase
-
state
Description copied from interface:CDStatement
Prints itself as a statement.- Specified by:
state
in interfaceCDStatement
- Throws:
IOException
-