Searched defs:getIDLModuleNames (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java1319 modNames = getIDLModuleNames( ct ); //module name array
1334 modNames = getIDLModuleNames( t ); //module name array
1340 modNames = getIDLModuleNames( ct ); //no boxedRMI for element
1395 * IDLEntity preprocessing done by getIDLModuleNames(t)
1401 String[] modNames = getIDLModuleNames( t );
1413 * IDLEntity preprocessing done by getIDLModuleNames(t)
1424 String[] modNames = getIDLModuleNames( t );
1447 protected String[] getIDLModuleNames(Type t) { method in class:IDLGenerator
1448 String[] modNames = t.getIDLModuleNames(); //default module name array
1678 String[] boxNames = getIDLModuleNames(
[all...]
H A DType.java197 public String[] getIDLModuleNames() { method in class:Type
208 if (global && getIDLModuleNames().length > 0) {
586 String[] moduleNames = getIDLModuleNames();
757 String[] moduleNames = getIDLModuleNames();

Completed in 42 milliseconds