org.jacorb.idl
Class AttrDecl
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.IdlSymbol
org.jacorb.idl.Declaration
org.jacorb.idl.AttrDecl
public class AttrDecl
- extends Declaration
- Version:
- $Id: AttrDecl.java,v 1.20 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readOnly
public boolean readOnly
param_type_spec
public TypeSpec param_type_spec
declarators
public SymbolList declarators
getRaisesExpr
public RaisesExpr getRaisesExpr
setRaisesExpr
public RaisesExpr setRaisesExpr
AttrDecl
public AttrDecl(int num)
setPackage
public void setPackage(String s)
- Overrides:
setPackage in class IdlSymbol
setEnclosingSymbol
public void setEnclosingSymbol(IdlSymbol s)
- Overrides:
setEnclosingSymbol in class IdlSymbol
parse
public void parse()
- Description copied from class:
IdlSymbol
- empty parse
- Overrides:
parse in class IdlSymbol
print
public void print(PrintWriter ps)
- Overrides:
print in class IdlSymbol
getOperations
public Enumeration getOperations()
getIRInfo
public void getIRInfo(Hashtable irInfoTable)
- collect Interface Repository information in the argument hashtable
Copyright © 2012 JacORB. All Rights Reserved.