Uses of Class
com.sun.tools.corba.ee.idl.TypedefEntry
Packages that use TypedefEntry
-
Uses of TypedefEntry in com.sun.tools.corba.ee.idl
Fields in com.sun.tools.corba.ee.idl declared as TypedefEntryModifier and TypeFieldDescriptionprivate TypedefEntry
UnionEntry._defaultBranch
InterfaceState.entry
UnionBranch.typedef
The type definition for the branch.Fields in com.sun.tools.corba.ee.idl with type parameters of type TypedefEntryMethods in com.sun.tools.corba.ee.idl that return TypedefEntryModifier and TypeMethodDescriptionUnionEntry.defaultBranch()
This TypedefEntry describes the type and name for the default branch.private TypedefEntry
Parser.typeDeclarator
(SymtabEntry entry) DefaultSymtabFactory.typedefEntry()
DefaultSymtabFactory.typedefEntry
(SymtabEntry container, IDLID id) SymtabFactory.typedefEntry()
SymtabFactory.typedefEntry
(SymtabEntry container, IDLID id) Methods in com.sun.tools.corba.ee.idl that return types with arguments of type TypedefEntryMethods in com.sun.tools.corba.ee.idl with parameters of type TypedefEntryModifier and TypeMethodDescriptionprivate void
Parser.addDeclarators
(ValueEntry entry, TypedefEntry typedefEntry, boolean isPublic) void
StructEntry.addMember
(TypedefEntry member) Add a member to the member list.private void
Parser.declarator
(TypedefEntry entry) private void
Parser.declarators
(TypedefEntry entry, Vector list) void
UnionEntry.defaultBranch
(TypedefEntry branch) This TypedefEntry describes the type and name for the default branch.private void
Parser.fixedArraySize
(TypedefEntry entry) void
Noop.generate
(Hashtable symbolTable, TypedefEntry entry, PrintWriter stream) void
TypedefGen.generate
(Hashtable symbolTable, TypedefEntry entry, PrintWriter stream) (package private) boolean
UnionEntry.has
(TypedefEntry typedef) Constructors in com.sun.tools.corba.ee.idl with parameters of type TypedefEntryModifierConstructorDescriptionInterfaceState
(int m, TypedefEntry e) protected
TypedefEntry
(TypedefEntry that) -
Uses of TypedefEntry in com.sun.tools.corba.ee.idl.toJavaPortable
Fields in com.sun.tools.corba.ee.idl.toJavaPortable declared as TypedefEntryMethods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type TypedefEntryModifier and TypeMethodDescriptionprivate static String
Util.checkForArrayBase
(TypedefEntry t, Vector<SymtabEntry> importTypes, Vector<String> importList) void
TypedefGen.generate
(Hashtable symbolTable, TypedefEntry t, PrintWriter stream) private boolean
TypedefGen.inStruct
(TypedefEntry entry) private int
UnionGen.readBranch
(int index, String indent, String name, String disName, TypedefEntry entry, PrintWriter stream) private int
UnionGen.writeBranch
(int index, String indent, String name, TypedefEntry entry, PrintWriter stream)