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 void
helperRead(java.lang.String entryName, SymtabEntry entry, java.io.PrintWriter stream)
void
helperWrite(SymtabEntry entry, java.io.PrintWriter stream)
int
write(int index, java.lang.String indent, java.lang.String name, SymtabEntry entry, java.io.PrintWriter stream)
protected void
writeTruncatable()
-
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:
writeTruncatable
in classValueBoxGen
-
helperRead
public void helperRead(java.lang.String entryName, SymtabEntry entry, java.io.PrintWriter stream)
- Specified by:
helperRead
in interfaceJavaGenerator
- Overrides:
helperRead
in classValueBoxGen
-
helperWrite
public void helperWrite(SymtabEntry entry, java.io.PrintWriter stream)
- Specified by:
helperWrite
in interfaceJavaGenerator
- Overrides:
helperWrite
in classValueBoxGen
-
write
public int write(int index, java.lang.String indent, java.lang.String name, SymtabEntry entry, java.io.PrintWriter stream)
- Specified by:
write
in interfaceJavaGenerator
- Overrides:
write
in classValueBoxGen
-
-