Class Helper24
- java.lang.Object
-
- com.sun.tools.corba.ee.idl.toJavaPortable.Helper
-
- com.sun.tools.corba.ee.idl.toJavaPortable.Helper24
-
-
Field Summary
-
Fields inherited from class com.sun.tools.corba.ee.idl.toJavaPortable.Helper
entry, helperClass, helperType, stream, symbolTable
-
-
Constructor Summary
Constructors Constructor Description Helper24()Public zero-argument constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidwriteCtors()Generate the constructors.protected voidwriteHeading()Generate the heading, including package, imports, class statements, and open curly.protected voidwriteHelperFactories()protected voidwriteInstVars()Generate the instance variables.protected voidwriteValueHelperInterface()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
-
-
-
-
Method Detail
-
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
-
-