org.jacorb.idl
public class Case extends IdlSymbol
Version: $Id: Case.java,v 1.17 2006/06/19 10:34:57 alphonse.bendt Exp $
| Field Summary | |
|---|---|
| SymbolList | case_label_list the labels for this case |
| ElementSpec | element_spec this case's element's type's spec |
| Constructor Summary | |
|---|---|
| Case(int num) | |
| Method Summary | |
|---|---|
| void | parse() |
| 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 |