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