Searched refs:IDLNames (Results 1 - 11 of 11) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DSpecialInterfaceType.java191 idlName = IDLNames.getTypeName(typeCode,constant);
202 idlName = IDLNames.getClassOrInterfaceName(id,env);
203 idlModuleName = IDLNames.getModuleNames(id,isBoxed(),env);
H A DArrayType.java236 String idlName = IDLNames.getArrayName(type,arrayDimension);
237 String[] module = IDLNames.getArrayModuleNames(type);
H A DSpecialClassType.java133 idlName = IDLNames.getTypeName(typeCode,constant);
H A DPrimitiveType.java174 String idlName = IDLNames.getTypeName(typeCode,false);
H A DGenerator.java195 String targetName = IDLNames.replace(target.getName(),".java",".class");
H A DStubGenerator.java469 String name = IDLNames.replace(id.getName().toString(),". ",".");
637 String name = IDLNames.replace(id.toString(),". ",".");
644 return IDLNames.replace(id.toString(),". ",".");
1076 String helperName = IDLNames.replace(exceptions[i].getQualifiedIDLName(false),"::",".");
2032 return IDLNames.replace(type.getRepositoryID(), SINGLE_SLASH, DOUBLE_SLASH);
2037 return IDLNames.getIDLRepositoryID(theType.getQualifiedIDLExceptionName(false));
2170 String helperName = IDLNames.replace(exceptions[i].getQualifiedIDLName(false),"::",".");
H A DCompoundType.java689 idlName = IDLNames.getClassOrInterfaceName(id,env);
690 idlModuleNames = IDLNames.getModuleNames(id,isBoxed(),env);
701 idlExceptionName = IDLNames.getExceptionName(getIDLName());
703 IDLNames.getQualifiedName(getIDLModuleNames(),idlExceptionName);
745 IDLNames.setMethodNames(this, methods,env);
775 IDLNames.setMemberNames(this, members,methods,env);
H A DType.java814 qualifiedIDLName = IDLNames.getQualifiedName(idlModuleNames,idlName);
H A DIDLNames.java44 * IDLNames provides static utility methods to perform the IDL
50 public class IDLNames implements sun.rmi.rmic.iiop.Constants { class in inherits:sun.rmi.rmic.iiop.Constants
/openjdk7/corba/make/com/sun/corba/se/rmi/rmic/
H A DSUN_RMI_RMIC_IIOP_java.gmk48 sun/rmi/rmic/iiop/IDLNames.java \
/openjdk7/corba/make/sun/rmi/rmic/
H A DFILES.gmk41 sun/rmi/rmic/iiop/IDLNames.java \

Completed in 176 milliseconds