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 void
writeCtors()
Generate the constructors.protected void
writeHeading()
Generate the heading, including package, imports, class statements, and open curly.protected void
writeHelperFactories()
protected void
writeInstVars()
Generate the instance variables.protected void
writeValueHelperInterface()
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:
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
-
-