|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrelaxngcc.codedom.CDIfStatement
public class CDIfStatement
Constructor Summary | |
---|---|
CDIfStatement(CDExpression expr)
|
Method Summary | |
---|---|
CDBlock |
_else()
|
CDBlock |
_then()
|
void |
setElseBlock(CDBlock b)
|
void |
setThenBlock(CDBlock b)
|
void |
state(CDFormatter f)
Prints itself as a statement. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CDIfStatement(CDExpression expr)
Method Detail |
---|
public void setThenBlock(CDBlock b)
public CDBlock _then()
public void setElseBlock(CDBlock b)
public CDBlock _else()
public void state(CDFormatter f) throws java.io.IOException
CDStatement
state
in interface CDStatement
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |