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
public class MethodGenClone24 extends AttributeGen
-
-
Field Summary
-
Fields inherited from class com.sun.tools.corba.ee.idl.toJavaPortable.MethodGen
isAbstract, localOptimization, m, methodIndex, realName, stream, symbolTable
-
-
Constructor Summary
Constructors Constructor Description MethodGenClone24()
Public zero-argument constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
abstractMethod(java.util.Hashtable symbolTable, MethodEntry m, java.io.PrintWriter stream)
write an abstract method definitionprotected void
interfaceMethod(java.util.Hashtable symbolTable, MethodEntry m, java.io.PrintWriter stream)
delete method templates for valuetypes-
Methods 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
-
-
-
-
Method Detail
-
abstractMethod
protected void abstractMethod(java.util.Hashtable symbolTable, MethodEntry m, java.io.PrintWriter stream)
write an abstract method definition
-
interfaceMethod
protected void interfaceMethod(java.util.Hashtable symbolTable, MethodEntry m, java.io.PrintWriter stream)
delete method templates for valuetypes- Overrides:
interfaceMethod
in classAttributeGen
-
-