Class ValueBoxGen24
- java.lang.Object
-
- com.sun.tools.corba.ee.idl.toJavaPortable.ValueBoxGen
-
- com.sun.tools.corba.ee.idl.toJavaPortable.ValueBoxGen24
-
- All Implemented Interfaces:
Generator,JavaGenerator,ValueBoxGen
public class ValueBoxGen24 extends ValueBoxGen
-
-
Field Summary
-
Fields inherited from class com.sun.tools.corba.ee.idl.toJavaPortable.ValueBoxGen
stream, symbolTable, v
-
-
Constructor Summary
Constructors Constructor Description ValueBoxGen24()Public zero-argument constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhelperRead(java.lang.String entryName, SymtabEntry entry, java.io.PrintWriter stream)voidhelperWrite(SymtabEntry entry, java.io.PrintWriter stream)intwrite(int index, java.lang.String indent, java.lang.String name, SymtabEntry entry, java.io.PrintWriter stream)protected voidwriteTruncatable()-
Methods inherited from class com.sun.tools.corba.ee.idl.toJavaPortable.ValueBoxGen
closeStream, generate, generateHelper, generateHolder, helperType, openStream, read, streamableRead, type, writeAbstract, writeBody, writeClosing, writeHeading, writeStreamableMethods
-
-
-
-
Method Detail
-
writeTruncatable
protected void writeTruncatable()
- Overrides:
writeTruncatablein classValueBoxGen
-
helperRead
public void helperRead(java.lang.String entryName, SymtabEntry entry, java.io.PrintWriter stream)- Specified by:
helperReadin interfaceJavaGenerator- Overrides:
helperReadin classValueBoxGen
-
helperWrite
public void helperWrite(SymtabEntry entry, java.io.PrintWriter stream)
- Specified by:
helperWritein interfaceJavaGenerator- Overrides:
helperWritein classValueBoxGen
-
write
public int write(int index, java.lang.String indent, java.lang.String name, SymtabEntry entry, java.io.PrintWriter stream)- Specified by:
writein interfaceJavaGenerator- Overrides:
writein classValueBoxGen
-
-