| org.jacorb.idl.Operation
All known Subclasses: org.jacorb.idl.Method, org.jacorb.idl.OpDecl,
name | public String name()(Code) | | name gives the plain name of the operation
a String value |
opName | public String opName()(Code) | | opName gives the mangled name in case of attributes
(_get_, _set_).
a String value |
printDelegatedMethod | void printDelegatedMethod(PrintWriter ps)(Code) | | Method code for skeletons
Parameters: ps - a PrintWriter value |
printMethod | public void printMethod(PrintWriter ps, String classname, boolean is_local, boolean is_abstract)(Code) | | printMethod produces the method code for stubs.
Parameters: ps - a PrintWriter value Parameters: classname - a String value Parameters: is_local - a boolean value Parameters: is_abstract - a boolean value used by Interface todenote an abstract. |
printSignature | void printSignature(PrintWriter ps, boolean printModifiers)(Code) | | Parameters: printModifiers - whether "public abstract" should be added |
|
|