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 TypedefEntryUnionEntry._defaultBranchInterfaceState.entryUnionBranch.typedefThe 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 TypedefEntryParser.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 voidParser.addDeclarators(ValueEntry entry, TypedefEntry typedefEntry, boolean isPublic) voidStructEntry.addMember(TypedefEntry member) Add a member to the member list.private voidParser.declarator(TypedefEntry entry) private voidParser.declarators(TypedefEntry entry, Vector list) voidUnionEntry.defaultBranch(TypedefEntry branch) This TypedefEntry describes the type and name for the default branch.private voidParser.fixedArraySize(TypedefEntry entry) voidNoop.generate(Hashtable symbolTable, TypedefEntry entry, PrintWriter stream) voidTypedefGen.generate(Hashtable symbolTable, TypedefEntry entry, PrintWriter stream) (package private) booleanUnionEntry.has(TypedefEntry typedef) Constructors in com.sun.tools.corba.ee.idl with parameters of type TypedefEntryModifierConstructorDescriptionInterfaceState(int m, TypedefEntry e) protectedTypedefEntry(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 StringUtil.checkForArrayBase(TypedefEntry t, Vector<SymtabEntry> importTypes, Vector<String> importList) voidTypedefGen.generate(Hashtable symbolTable, TypedefEntry t, PrintWriter stream) private booleanTypedefGen.inStruct(TypedefEntry entry) ////////////private intUnionGen.readBranch(int index, String indent, String name, String disName, TypedefEntry entry, PrintWriter stream) private intUnionGen.writeBranch(int index, String indent, String name, TypedefEntry entry, PrintWriter stream)