Class Helper24
java.lang.Object
com.sun.tools.corba.ee.idl.toJavaPortable.Helper
com.sun.tools.corba.ee.idl.toJavaPortable.Helper24
- All Implemented Interfaces:
AuxGen
-
Field Summary
Fields inherited from class com.sun.tools.corba.ee.idl.toJavaPortable.Helper
entry, helperClass, helperType, stream, symbolTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Generate the constructors.protected void
Generate the heading, including package, imports, class statements, and open curly.protected void
protected void
Generate the instance variables.protected void
Generate members of the ValueHelper interface.Methods inherited from class com.sun.tools.corba.ee.idl.toJavaPortable.Helper
closeStream, generate, init, openStream, stubName, writeBody, writeClosing, writeExtract, writeGetClass, writeGetID, writeGetInstance, writeGetSafeBaseIds, writeGetType, writeHelperInterface, writeID, writeInsert, writeNarrow, writeRead, writeRemoteNarrow, writeType, writeUncheckedNarrow, writeUncheckedRemoteNarrow, writeWrite
-
Constructor Details
-
Helper24
public Helper24()Public zero-argument constructor.
-
-
Method Details
-
writeHeading
protected void writeHeading()Generate the heading, including package, imports, class statements, and open curly.- Overrides:
writeHeading
in classHelper
-
writeInstVars
protected void writeInstVars()Generate the instance variables.- Overrides:
writeInstVars
in classHelper
-
writeValueHelperInterface
protected void writeValueHelperInterface()Description copied from class:Helper
Generate members of the ValueHelper interface.- Overrides:
writeValueHelperInterface
in classHelper
-
writeHelperFactories
protected void writeHelperFactories() -
writeCtors
protected void writeCtors()Description copied from class:Helper
Generate the constructors.- Overrides:
writeCtors
in classHelper
-