Uses of Class
com.sun.tools.corba.ee.idl.ValueBoxEntry
-
Packages that use ValueBoxEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of ValueBoxEntry in com.sun.tools.corba.ee.idl
Methods in com.sun.tools.corba.ee.idl that return ValueBoxEntry Modifier and Type Method Description ValueBoxEntry
DefaultSymtabFactory. valueBoxEntry()
ValueBoxEntry
DefaultSymtabFactory. valueBoxEntry(ModuleEntry container, IDLID id)
ValueBoxEntry
SymtabFactory. valueBoxEntry()
ValueBoxEntry
SymtabFactory. valueBoxEntry(ModuleEntry container, IDLID id)
Methods in com.sun.tools.corba.ee.idl with parameters of type ValueBoxEntry Modifier and Type Method Description void
Noop. generate(java.util.Hashtable symbolTable, ValueBoxEntry entry, java.io.PrintWriter stream)
void
ValueBoxGen. generate(java.util.Hashtable symbolTable, ValueBoxEntry entry, java.io.PrintWriter stream)
Constructors in com.sun.tools.corba.ee.idl with parameters of type ValueBoxEntry Constructor Description ValueBoxEntry(ValueBoxEntry that)
-
Uses of ValueBoxEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Fields in com.sun.tools.corba.ee.idl.toJavaPortable declared as ValueBoxEntry Modifier and Type Field Description protected ValueBoxEntry
ValueBoxGen. v
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type ValueBoxEntry Modifier and Type Method Description (package private) static void
Util. fillValueBoxInfo(ValueBoxEntry vb)
void
ValueBoxGen. generate(java.util.Hashtable symbolTable, ValueBoxEntry v, java.io.PrintWriter str)
-