Uses of Class
com.sun.tools.corba.ee.idl.PrimitiveEntry
-
Packages that use PrimitiveEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of PrimitiveEntry in com.sun.tools.corba.ee.idl
Methods in com.sun.tools.corba.ee.idl that return PrimitiveEntry Modifier and Type Method Description private PrimitiveEntry
Parser. booleanType()
private PrimitiveEntry
Parser. charType()
private PrimitiveEntry
Parser. floatingPtType()
private PrimitiveEntry
Parser. integerType(SymtabEntry entry)
private PrimitiveEntry
Parser. octetType()
PrimitiveEntry
DefaultSymtabFactory. primitiveEntry()
PrimitiveEntry
DefaultSymtabFactory. primitiveEntry(java.lang.String name)
"name" can be, but is not limited to, the primitive idl type names: 'char', 'octet', 'short', 'long', etc.PrimitiveEntry
SymtabFactory. primitiveEntry()
PrimitiveEntry
SymtabFactory. primitiveEntry(java.lang.String name)
name can be, but is not limited to, the primitive idl type names: char, octet, short, long, etc.Methods in com.sun.tools.corba.ee.idl with parameters of type PrimitiveEntry Modifier and Type Method Description void
Noop. generate(java.util.Hashtable symbolTable, PrimitiveEntry entry, java.io.PrintWriter stream)
void
PrimitiveGen. generate(java.util.Hashtable symbolTable, PrimitiveEntry entry, java.io.PrintWriter stream)
Constructors in com.sun.tools.corba.ee.idl with parameters of type PrimitiveEntry Constructor Description PrimitiveEntry(PrimitiveEntry that)
-
Uses of PrimitiveEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Methods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type PrimitiveEntry Modifier and Type Method Description void
PrimitiveGen. generate(java.util.Hashtable symbolTable, PrimitiveEntry e, java.io.PrintWriter stream)
This method should never be called; this class exists for the JavaGenerator interface.
-