Class MethodGen24
java.lang.Object
com.sun.tools.corba.ee.idl.toJavaPortable.MethodGen
com.sun.tools.corba.ee.idl.toJavaPortable.MethodGen24
-
Field Summary
Fields inherited from class MethodGen
isAbstract, localOptimization, m, methodIndex, realName, stream, symbolTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidabstractMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) (package private) voiddefaultFactoryMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) (package private) voidhelperFactoryMethod(Hashtable symbolTable, MethodEntry m, SymtabEntry t, PrintWriter stream) protected voidinterfaceMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) protected voidprotected voidwriteParmList(MethodEntry m, boolean listTypes, PrintWriter stream) Print the parameter list for the factory method.Methods inherited from class MethodGen
dispatchSkeleton, generate, isValueInitializer, localstub, passType, serverMethodName, skeleton, stub, writeCreateReply, writeDispatchCall, writeLocalStubBody, writeMethodCall, writeParmType, writeStubBody
-
Constructor Details
-
MethodGen24
public MethodGen24()Public zero-argument constructor.
-
-
Method Details
-
writeParmList
Print the parameter list for the factory method.- Parameters:
m- The method to list parameters forlistTypes- If try, declare the parms, otherwise just list themstream- The PrintWriter to print on
-
helperFactoryMethod
-
abstractMethod
-
defaultFactoryMethod
-
writeMethodSignature
protected void writeMethodSignature()- Overrides:
writeMethodSignaturein classMethodGen
-
interfaceMethod
- Overrides:
interfaceMethodin classMethodGen
-