org.jacorb.idl
public class Module extends Declaration implements Scope
| Field Summary | |
|---|---|
| Definitions | spec |
| Constructor Summary | |
|---|---|
| Module(int num) | |
| Method Summary | |
|---|---|
| void | accept(IDLTreeVisitor visitor) |
| Definitions | getDefinitions() |
| ScopeData | getScopeData() |
| String | originalModuleName() |
| void | parse() |
| void | print(PrintWriter ps) |
| void | setEnclosingSymbol(IdlSymbol s) |
| void | setPackage(String s) |
| void | setScopeData(ScopeData data) |
| void | set_included(boolean i) |
| String | toString() |
Returns: the original, unreplaced module name (needed to build a repositoryID that is untouched by the compiler option -i2jpackage