Class MethodGenClone24
java.lang.Object
com.sun.tools.corba.se.idl.toJavaPortable.MethodGen
com.sun.tools.corba.se.idl.toJavaPortable.AttributeGen
com.sun.tools.corba.se.idl.toJavaPortable.MethodGenClone24
- All Implemented Interfaces:
AttributeGen,Generator,MethodGen
- Direct Known Subclasses:
AttributeGen24
-
Field Summary
Fields inherited from class com.sun.tools.corba.se.idl.toJavaPortable.MethodGen
isAbstract, localOptimization, m, methodIndex, realName, stream, symbolTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidabstractMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) - write an abstract method definition protected voidinterfaceMethod(Hashtable symbolTable, MethodEntry m, PrintWriter stream) - delete method templates for valuetypes Methods inherited from class com.sun.tools.corba.se.idl.toJavaPortable.AttributeGen
clear, dispatchSkeleton, generate, setupForSetMethod, skeleton, stubMethods inherited from class com.sun.tools.corba.se.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:
interfaceMethodin classAttributeGen
-