org.jacorb.idl
Class Definitions
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.IdlSymbol
org.jacorb.idl.SymbolList
org.jacorb.idl.Definitions
public class Definitions
- extends SymbolList
- Version:
- $Id: Definitions.java,v 1.16 2011-05-10 15:40:36 nick.cross Exp $
- Author:
- Gerald Brose
| Methods inherited from class org.jacorb.idl.IdlSymbol |
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 |
Definitions
public Definitions(int num)
setPackage
public void setPackage(String s)
- Overrides:
setPackage in class SymbolList
setEnclosingSymbol
public void setEnclosingSymbol(IdlSymbol s)
- Overrides:
setEnclosingSymbol in class IdlSymbol
set_included
public void set_included(boolean i)
- Description copied from class:
IdlSymbol
- used by the lexer to mark this symbol as included from another
IDL file
getElements
public Enumeration getElements()
print
public void print(PrintWriter ps)
- Overrides:
print in class SymbolList
accept
public void accept(IDLTreeVisitor visitor)
- Description copied from class:
IdlSymbol
- let the visitor pattern do its work...
- Overrides:
accept in class IdlSymbol
Copyright © 2012 JacORB. All Rights Reserved.