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 PrimitiveEntryParser. booleanType()private PrimitiveEntryParser. charType()private PrimitiveEntryParser. floatingPtType()private PrimitiveEntryParser. integerType(SymtabEntry entry)private PrimitiveEntryParser. octetType()PrimitiveEntryDefaultSymtabFactory. primitiveEntry()PrimitiveEntryDefaultSymtabFactory. primitiveEntry(java.lang.String name)"name" can be, but is not limited to, the primitive idl type names: 'char', 'octet', 'short', 'long', etc.PrimitiveEntrySymtabFactory. primitiveEntry()PrimitiveEntrySymtabFactory. 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 voidNoop. generate(java.util.Hashtable symbolTable, PrimitiveEntry entry, java.io.PrintWriter stream)voidPrimitiveGen. 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 voidPrimitiveGen. generate(java.util.Hashtable symbolTable, PrimitiveEntry e, java.io.PrintWriter stream)This method should never be called; this class exists for the JavaGenerator interface.
-