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()voidvoidvoidstate(CDFormatter f) Prints itself as a statement.
-
Constructor Details
-
CDIfStatement
-
-
Method Details
-
setThenBlock
-
_then
-
setElseBlock
-
_else
-
state
Description copied from interface:CDStatementPrints itself as a statement.- Specified by:
statein interfaceCDStatement- Throws:
IOException
-