org.jacorb.idl
Class Declarator
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.IdlSymbol
org.jacorb.idl.Declarator
- Direct Known Subclasses:
- SimpleDeclarator
- public class Declarator
- extends IdlSymbol
- Version:
- $Id: Declarator.java,v 1.10 2003/10/29 12:00:29 simon.mcqueen Exp $
- Author:
- Gerald Brose
Methods inherited from class org.jacorb.idl.IdlSymbol |
accept, addImportedAlias, addImportedName, addImportedName, addImportedNameHolder, deEscapeName, generateIncluded, get_token, id, is_included, is_pseudo, isEscaped, new_num, omgPrefix, printIdMethod, printImport, set_name, set_pseudo, set_token, setPrintPhaseNames |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
d
public Declarator d
Declarator
public Declarator(int num)
name
public java.lang.String name()
- Description copied from class:
IdlSymbol
- get this symbol's name
- Overrides:
name
in class IdlSymbol
setPackage
public void setPackage(java.lang.String s)
- Overrides:
setPackage
in class IdlSymbol
set_included
public void set_included(boolean i)
escapeName
public void escapeName()
- Description copied from class:
IdlSymbol
- A number of IDL constructs need to have their names
checked for clashes with name reserved by Java or
the Java Language Mapping.
- Overrides:
escapeName
in class IdlSymbol
parse
public void parse()
- Description copied from class:
IdlSymbol
- empty parse
- Overrides:
parse
in class IdlSymbol
print
public void print(java.io.PrintWriter ps)
- Overrides:
print
in class IdlSymbol
toString
public java.lang.String toString()
setEnclosingSymbol
public void setEnclosingSymbol(IdlSymbol s)
- Overrides:
setEnclosingSymbol
in class IdlSymbol
getEnclosingSymbol
public IdlSymbol getEnclosingSymbol()
- Overrides:
getEnclosingSymbol
in class IdlSymbol