org.jacorb.idl
public class InitDecl extends Declaration
Version: $Id: InitDecl.java,v 1.11 2006/06/19 10:34:57 alphonse.bendt Exp $
| Field Summary | |
|---|---|
| IdlSymbol | myValue |
| Vector | paramDecls |
| RaisesExpr | raisesExpr new in CORBA 3.0, factory methods may raise exceptions |
| Constructor Summary | |
|---|---|
| InitDecl(int num) | |
| Method Summary | |
|---|---|
| String | name() |
| String | opName() |
| void | parse() |
| void | print(PrintWriter ps, String type_name)
Prints the method's signature, for inclusion in the
factory interface. |
| void | printHelperMethod(PrintWriter ps, String type_name)
Prints the Helper method that corresponds to this factory method. |
| void | setEnclosingSymbol(IdlSymbol s) |
| void | setPackage(String s) |