| java.lang.Object org.jacorb.idl.runtime.symbol org.jacorb.idl.IdlSymbol org.jacorb.idl.Declaration org.jacorb.idl.OpDecl
OpDecl | public class OpDecl extends Declaration implements Operation(Code) | | author: Gerald Brose version: $Id: OpDecl.java,v 1.43 2006/08/03 08:01:14 alphonse.bendt Exp $ |
Constructor Summary | |
public | OpDecl(int num) | public | OpDecl(IdlSymbol myInterface, int opAttribute, TypeSpec opTypeSpec, String name, List paramDecls, RaisesExpr raisesExpr) Constructs a new OpDecl with the given characteristics. | public | OpDecl(IdlSymbol myInterface, String name, List paramDecls) Constructs a normal (not oneway) operation with void return type
and no raises-Expression. |
NO_ATTRIBUTE | final public static int NO_ATTRIBUTE(Code) | | |
ONEWAY | final public static int ONEWAY(Code) | | |
opAttribute | public int opAttribute(Code) | | |
OpDecl | public OpDecl(int num)(Code) | | |
OpDecl | public OpDecl(IdlSymbol myInterface, String name, List paramDecls)(Code) | | Constructs a normal (not oneway) operation with void return type
and no raises-Expression.
|
getIRInfo | public void getIRInfo(Hashtable irInfoTable)(Code) | | collect Interface Repository information in the argument hashtable
|
parse | public void parse()(Code) | | |
printSignature | public void printSignature(PrintWriter ps, boolean printModifiers)(Code) | | Parameters: printModifiers - whether "public abstract" should be added |
printStreamBody | public void printStreamBody(PrintWriter ps, String classname, String idl_name, boolean is_local, boolean is_abstract)(Code) | | Writes the Stream-based Body of the Method for the stub
|
|
|