org.jacorb.idl
Class Module
- Scope
Note: a module's name is its package name!
Module(int num) - class constructor
|
accept , addImportedAlias , addImportedName , addImportedName , addImportedNameHolder , deEscapeName , escapeName , generateIncluded , getEnclosingSymbol , get_token , id , isEscaped , is_included , is_pseudo , name , new_num , omgPrefix , parse , print , printIdMethod , printImport , setEnclosingSymbol , setPackage , setPrintPhaseNames , set_name , set_pseudo , set_token |
Module
public Module(int num)
class constructor
originalModuleName
public String originalModuleName()
- the original, unreplaced module name
(needed to build a repositoryID that is untouched by
the compiler option -i2jpackage
parse
public void parse()
empty parse
- parse in interface IdlSymbol
print
public void print(PrintWriter ps)
- print in interface IdlSymbol
setEnclosingSymbol
public void setEnclosingSymbol(IdlSymbol s)
- setEnclosingSymbol in interface IdlSymbol
setPackage
public void setPackage(String s)
- setPackage in interface IdlSymbol
set_included
public void set_included(boolean i)
used by the lexer to mark this symbol as included from another
IDL file