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 Helper
entry, helperClass, helperType, stream, symbolTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidGenerate the constructors.protected voidGenerate the heading, including package, imports, class statements, and open curly.protected voidprotected voidGenerate the instance variables.protected voidGenerate members of the ValueHelper interface.Methods inherited from class 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:
writeHeadingin classHelper
-
writeInstVars
protected void writeInstVars()Generate the instance variables.- Overrides:
writeInstVarsin classHelper
-
writeValueHelperInterface
protected void writeValueHelperInterface()Description copied from class:HelperGenerate members of the ValueHelper interface.- Overrides:
writeValueHelperInterfacein classHelper
-
writeHelperFactories
protected void writeHelperFactories() -
writeCtors
protected void writeCtors()Description copied from class:HelperGenerate the constructors.- Overrides:
writeCtorsin classHelper
-