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 com.sun.tools.corba.ee.idl.toJavaPortable.MethodGen
isAbstract, localOptimization, m, methodIndex, realName, stream, symbolTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
abstractMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) (package private) void
defaultFactoryMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) (package private) void
helperFactoryMethod
(Hashtable symbolTable, MethodEntry m, SymtabEntry t, PrintWriter stream) protected void
interfaceMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) protected void
protected void
writeParmList
(MethodEntry m, boolean listTypes, PrintWriter stream) Print the parameter list for the factory method.Methods inherited from class com.sun.tools.corba.ee.idl.toJavaPortable.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:
writeMethodSignature
in classMethodGen
-
interfaceMethod
- Overrides:
interfaceMethod
in classMethodGen
-