|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrelaxngcc.codedom.CDSwitchStatement
public class CDSwitchStatement
| Constructor Summary | |
|---|---|
CDSwitchStatement(CDExpression expr)
|
|
| Method Summary | |
|---|---|
void |
addCase(CDConstant expr,
CDBlock statements)
|
CDBlock |
defaultCase()
|
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 CDSwitchStatement(CDExpression expr)
| Method Detail |
|---|
public void addCase(CDConstant expr,
CDBlock statements)
public CDBlock defaultCase()
public void state(CDFormatter f)
throws java.io.IOException
CDStatement
state in interface CDStatementjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||