Package relaxngcc.codedom
Class CDIfStatement
java.lang.Object
relaxngcc.codedom.CDIfStatement
- All Implemented Interfaces:
CDStatement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_else()
_then()
void
void
void
state
(CDFormatter f) Prints itself as a statement.
-
Constructor Details
-
CDIfStatement
-
-
Method Details
-
setThenBlock
-
_then
-
setElseBlock
-
_else
-
state
Description copied from interface:CDStatement
Prints itself as a statement.- Specified by:
state
in interfaceCDStatement
- Throws:
IOException
-