Class Helper24
java.lang.Object
com.sun.tools.corba.se.idl.toJavaPortable.Helper
com.sun.tools.corba.se.idl.toJavaPortable.Helper24
- All Implemented Interfaces:
AuxGen
-
Field Summary
Fields inherited from class com.sun.tools.corba.se.idl.toJavaPortable.Helper
entry, helperClass, helperType, stream, symbolTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidGenerate constructors only for boxed valuetype helpers All other helpers are abstract. protected voidGenerate the heading, including package, imports, class statements, and open curly.protected voidprotected voidGenerate the instance variables.protected voidgenerate members of BoxedValueHelper interface if boxed Hook in here to write factory methods for non-boxed ValueTypes into Helper. Methods inherited from class com.sun.tools.corba.se.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.- don't implement ValueHelper, make non-boxed helpers abstract - Overrides:
writeHeadingin classHelper
-
writeInstVars
protected void writeInstVars()Generate the instance variables.- no helper instance except for boxed valuetypes. - move truncatable_ids to mapped class. - Overrides:
writeInstVarsin classHelper
-
writeValueHelperInterface
protected void writeValueHelperInterface()generate members of BoxedValueHelper interface if boxed Hook in here to write factory methods for non-boxed ValueTypes into Helper. - Overrides:
writeValueHelperInterfacein classHelper
-
writeHelperFactories
protected void writeHelperFactories() -
writeCtors
protected void writeCtors()Generate constructors only for boxed valuetype helpers All other helpers are abstract. - Overrides:
writeCtorsin classHelper
-