org.jacorb.idl
Class SwitchBody
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.IdlSymbol
org.jacorb.idl.SwitchBody
public class SwitchBody
- extends IdlSymbol
| Methods inherited from class org.jacorb.idl.IdlSymbol |
accept, addImportedAlias, addImportedName, addImportedName, addImportedNameHolder, deEscapeName, escapeName, generateIncluded, get_token, getEnclosingSymbol, getFullName, id, is_included, is_pseudo, isEscaped, name, new_num, omgPrefix, printClassComment, printIdMethod, printImport, set_name, set_pseudo, set_token, setPrintPhaseNames |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
caseListVector
public Vector caseListVector
- holds case list
SwitchBody
public SwitchBody(int num)
setTypeSpec
public void setTypeSpec(TypeSpec s)
setUnion
public void setUnion(UnionType ut)
- pass a reference to the containing union through
to the case elements, which pass it on
setEnclosingSymbol
public void setEnclosingSymbol(IdlSymbol s)
- Overrides:
setEnclosingSymbol in class IdlSymbol
setPackage
public void setPackage(String s)
- Overrides:
setPackage in class IdlSymbol
parse
public void parse()
- do the parsing
- Overrides:
parse in class IdlSymbol
print
public void print(PrintWriter ps)
- Overrides:
print in class IdlSymbol
Copyright © 2012 JacORB. All Rights Reserved.