Uses of Class
com.sun.tools.corba.ee.idl.TypedefEntry
-
Packages that use TypedefEntry Package Description com.sun.tools.corba.ee.idl com.sun.tools.corba.ee.idl.toJavaPortable -
-
Uses of TypedefEntry in com.sun.tools.corba.ee.idl
Fields in com.sun.tools.corba.ee.idl declared as TypedefEntry Modifier and Type Field Description private TypedefEntryUnionEntry. _defaultBranchTypedefEntryInterfaceState. entryTypedefEntryUnionBranch. typedefThe type definition for the branch.Fields in com.sun.tools.corba.ee.idl with type parameters of type TypedefEntry Modifier and Type Field Description private java.util.Vector<TypedefEntry>StructEntry. _membersMethods in com.sun.tools.corba.ee.idl that return TypedefEntry Modifier and Type Method Description TypedefEntryUnionEntry. defaultBranch()This TypedefEntry describes the type and name for the default branch.private TypedefEntryParser. typeDeclarator(SymtabEntry entry)TypedefEntryDefaultSymtabFactory. typedefEntry()TypedefEntryDefaultSymtabFactory. typedefEntry(SymtabEntry container, IDLID id)TypedefEntrySymtabFactory. typedefEntry()TypedefEntrySymtabFactory. typedefEntry(SymtabEntry container, IDLID id)Methods in com.sun.tools.corba.ee.idl that return types with arguments of type TypedefEntry Modifier and Type Method Description java.util.Vector<TypedefEntry>StructEntry. members()This is a vector of TypedefEntry's.Methods in com.sun.tools.corba.ee.idl with parameters of type TypedefEntry Modifier and Type Method Description private 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, java.util.Vector list)voidUnionEntry. defaultBranch(TypedefEntry branch)This TypedefEntry describes the type and name for the default branch.private voidParser. fixedArraySize(TypedefEntry entry)voidNoop. generate(java.util.Hashtable symbolTable, TypedefEntry entry, java.io.PrintWriter stream)voidTypedefGen. generate(java.util.Hashtable symbolTable, TypedefEntry entry, java.io.PrintWriter stream)(package private) booleanUnionEntry. has(TypedefEntry typedef)Constructors in com.sun.tools.corba.ee.idl with parameters of type TypedefEntry Constructor Description InterfaceState(int m, TypedefEntry e)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 TypedefEntry Modifier and Type Field Description protected TypedefEntryTypedefGen. tMethods in com.sun.tools.corba.ee.idl.toJavaPortable with parameters of type TypedefEntry Modifier and Type Method Description private static java.lang.StringUtil. checkForArrayBase(TypedefEntry t, java.util.Vector<SymtabEntry> importTypes, java.util.Vector<java.lang.String> importList)voidTypedefGen. generate(java.util.Hashtable symbolTable, TypedefEntry t, java.io.PrintWriter stream)private booleanTypedefGen. inStruct(TypedefEntry entry)private intUnionGen. readBranch(int index, java.lang.String indent, java.lang.String name, java.lang.String disName, TypedefEntry entry, java.io.PrintWriter stream)private intUnionGen. writeBranch(int index, java.lang.String indent, java.lang.String name, TypedefEntry entry, java.io.PrintWriter stream)
-