public class InitDecl extends Declaration
Modifier and Type | Field and Description |
---|---|
IdlSymbol |
myValue |
Vector |
paramDecls |
RaisesExpr |
raisesExpr
new in CORBA 3.0, factory methods may raise exceptions
|
_id, enclosing_symbol, fileSeparator, included, inhibitionFlag, is_pseudo, omg_package_prefix, pack_name
parse_state, sym
Constructor and Description |
---|
InitDecl(int num) |
Modifier and Type | Method and Description |
---|---|
String |
name()
get this symbol's name
|
String |
opName() |
void |
parse()
empty 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) |
accept
addImportedAlias, addImportedName, addImportedName, addImportedNameHolder, deEscapeName, escapeName, generateIncluded, get_token, getEnclosingSymbol, getFullName, id, is_included, is_pseudo, isEscaped, new_num, omgPrefix, print, printClassComment, printIdMethod, printImport, set_name, set_pseudo, set_token, setPrintPhaseNames
public Vector paramDecls
public IdlSymbol myValue
public RaisesExpr raisesExpr
public void setPackage(String s)
setPackage
in class IdlSymbol
public void setEnclosingSymbol(IdlSymbol s)
setEnclosingSymbol
in class IdlSymbol
public void parse()
IdlSymbol
public void print(PrintWriter ps, String type_name)
public void printHelperMethod(PrintWriter ps, String type_name)
public String opName()
Copyright © 2017 JacORB. All rights reserved.