org.jacorb.idl
public class SwitchBody extends IdlSymbol
| Field Summary | |
|---|---|
| Vector | caseListVector holds case list |
| Constructor Summary | |
|---|---|
| SwitchBody(int num) | |
| Method Summary | |
|---|---|
| void | parse()
do the parsing |
| void | print(PrintWriter ps) |
| void | setEnclosingSymbol(IdlSymbol s) |
| void | setPackage(String s) |
| void | setTypeSpec(TypeSpec s) |
| void | setUnion(UnionType ut)
pass a reference to the containing union through
to the case elements, which pass it on |