Class AttributeGen24
- 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
-
- com.sun.tools.corba.ee.idl.toJavaPortable.AttributeGen24
-
- All Implemented Interfaces:
AttributeGen
,Generator
,MethodGen
public class AttributeGen24 extends MethodGenClone24
-
-
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 AttributeGen24()
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)
(d62023-klr) Added for 2.4 RTFprotected void
interfaceMethod(java.util.Hashtable symbolTable, MethodEntry m, java.io.PrintWriter stream)
(d62023-klr) Added for 2.4 RTF-
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)
(d62023-klr) Added for 2.4 RTF- Overrides:
abstractMethod
in classMethodGenClone24
-
interfaceMethod
protected void interfaceMethod(java.util.Hashtable symbolTable, MethodEntry m, java.io.PrintWriter stream)
(d62023-klr) Added for 2.4 RTF- Overrides:
interfaceMethod
in classMethodGenClone24
-
-