org.jacorb.idl
Class AttrRaisesExpr
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.IdlSymbol
org.jacorb.idl.AttrRaisesExpr
public class AttrRaisesExpr
- extends IdlSymbol
This is only a holder object for the result of the attr_raises_expr
production. The values are immediately transferred into the corresponding
AttrDecl object during parsing.
- Version:
- $Id: AttrRaisesExpr.java,v 1.3 2011-05-10 15:40:36 nick.cross Exp $
- Author:
- Andre Spiegel
| Methods inherited from class org.jacorb.idl.IdlSymbol |
accept, addImportedAlias, addImportedName, addImportedName, addImportedNameHolder, deEscapeName, escapeName, generateIncluded, get_token, getEnclosingSymbol, getFullName, id, is_included, is_pseudo, isEscaped, name, new_num, omgPrefix, parse, print, printClassComment, printIdMethod, printImport, set_name, set_pseudo, set_token, setEnclosingSymbol, setPackage, setPrintPhaseNames |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getNameList
public Vector getNameList
setNameList
public Vector setNameList
AttrRaisesExpr
public AttrRaisesExpr(int num)
Copyright © 2012 JacORB. All Rights Reserved.