Searched refs:getIDLName (Results 1 - 9 of 9) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DIDLNameTranslator.java55 String getIDLName( Method method ) ; method in interface:IDLNameTranslator
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java262 String fName = unEsc( et.getIDLName() ).replace( ' ','_' );
269 String fName = unEsc( t.getIDLName() );
485 p.p( "interface " + t.getIDLName() );
522 p.p( "abstract valuetype " + t.getIDLName() );
568 p.p( "interface " + t.getIDLName() );
617 p.p( "valuetype " + t.getIDLName() );
1156 p.pln( t.getIDLName() + ";" );
1185 String fName = unEsc( et.getIDLName() ).replace( ' ','_' );
1320 tName = unEsc( ct.getIDLName() ); //file name default
1335 tName = "seq" + dim + "_" + unEsc( et.getIDLName()
[all...]
H A DIDLNames.java415 idlName.append(replace(stripLeadingUnderscore(theType.getIDLName())," ","_"));
823 String containerName = container.getIDLName();
1044 String containerName = container.getIDLName();
1046 String name = allMembers[i].getIDLName();
1056 String name = allMembers[i].getIDLName();
1058 if (i != j && allMembers[j].getIDLName().equals(name)) {
1074 String name = allMembers[i].getIDLName();
1076 if (allMethods[j].getIDLName().equals(name)) {
H A DType.java187 public String getIDLName() { method in class:Type
469 return getIDLName();
H A DStubGenerator.java820 String methodIDLName = method.getIDLName();
875 String methodIDLName = method.getIDLName();
964 String methodIDLName = method.getIDLName();
1716 p.plnI("if ("+method+".equals(\""+ current.getIDLName() +"\")) {");
1729 p.plnI("if ("+method+".equals(\""+ current.getIDLName() +"\")) {");
1877 methodNames[i] = methods[i].getIDLName();
H A DCompoundType.java454 name = members[i].getIDLName();
517 writer.p(" " + it.getIDLName());
701 idlExceptionName = IDLNames.getExceptionName(getIDLName());
1963 public String getIDLName() { method in class:CompoundType.Method
2484 public String getIDLName() { method in class:CompoundType.Member
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubInvocationHandlerImpl.java127 getIDLName( method ) ;
H A DIDLNameTranslatorImpl.java191 public String getIDLName( Method method ) method in class:IDLNameTranslatorImpl
H A DIDLNameTranslatorImpl_save.sjava182 public String getIDLName( Method method )

Completed in 64 milliseconds