org.jacorb.idl

Class InitDecl

public class InitDecl extends Declaration

Version: $Id: InitDecl.java,v 1.11 2006/06/19 10:34:57 alphonse.bendt Exp $

Author: Gerald Brose

Field Summary
IdlSymbolmyValue
VectorparamDecls
RaisesExprraisesExpr
new in CORBA 3.0, factory methods may raise exceptions
Constructor Summary
InitDecl(int num)
Method Summary
Stringname()
StringopName()
voidparse()
voidprint(PrintWriter ps, String type_name)
Prints the method's signature, for inclusion in the factory interface.
voidprintHelperMethod(PrintWriter ps, String type_name)
Prints the Helper method that corresponds to this factory method.
voidsetEnclosingSymbol(IdlSymbol s)
voidsetPackage(String s)

Field Detail

myValue

public IdlSymbol myValue

paramDecls

public Vector paramDecls

raisesExpr

public RaisesExpr raisesExpr
new in CORBA 3.0, factory methods may raise exceptions

Constructor Detail

InitDecl

public InitDecl(int num)

Method Detail

name

public String name()

opName

public String opName()

parse

public void parse()

print

public void print(PrintWriter ps, String type_name)
Prints the method's signature, for inclusion in the factory interface.

printHelperMethod

public void printHelperMethod(PrintWriter ps, String type_name)
Prints the Helper method that corresponds to this factory method.

setEnclosingSymbol

public void setEnclosingSymbol(IdlSymbol s)

setPackage

public void setPackage(String s)