Class MethodGenClone24
java.lang.Object
com.sun.tools.corba.ee.idl.toJavaPortable.MethodGen
com.sun.tools.corba.ee.idl.toJavaPortable.AttributeGen
com.sun.tools.corba.ee.idl.toJavaPortable.MethodGenClone24
- All Implemented Interfaces:
AttributeGen
,Generator
,MethodGen
- Direct Known Subclasses:
AttributeGen24
-
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 TypeMethodDescriptionprotected void
abstractMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) write an abstract method definitionprotected void
interfaceMethod
(Hashtable symbolTable, MethodEntry m, PrintWriter stream) delete method templates for valuetypesMethods inherited from class com.sun.tools.corba.ee.idl.toJavaPortable.AttributeGen
clear, dispatchSkeleton, generate, setupForSetMethod, skeleton, stub
Methods inherited from class com.sun.tools.corba.ee.idl.toJavaPortable.MethodGen
generate, isValueInitializer, localstub, passType, serverMethodName, writeCreateReply, writeDispatchCall, writeLocalStubBody, writeMethodCall, writeMethodSignature, writeParmType, writeStubBody
-
Constructor Details
-
MethodGenClone24
public MethodGenClone24()Public zero-argument constructor.
-
-
Method Details
-
abstractMethod
write an abstract method definition -
interfaceMethod
delete method templates for valuetypes- Overrides:
interfaceMethod
in classAttributeGen
-