Searched defs:globalIDLNames (Results 1 - 5 of 5) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DInterfaceType.java57 * @param globalIDLNames If true and useIDLNames true, prepends "::".
62 boolean globalIDLNames) throws IOException {
77 printImplements(writer,"",useQualifiedNames,useIDLNames,globalIDLNames);
79 printMembers(writer,useQualifiedNames,useIDLNames,globalIDLNames);
81 printMethods(writer,useQualifiedNames,useIDLNames,globalIDLNames);
59 print( IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
H A DClassType.java70 * @param globalIDLNames If true and useIDLNames true, prepends "::".
75 boolean globalIDLNames) throws IOException {
92 if (printExtends(writer,useQualifiedNames,useIDLNames,globalIDLNames)) {
95 printImplements(writer,prefix,useQualifiedNames,useIDLNames,globalIDLNames);
97 printMembers(writer,useQualifiedNames,useIDLNames,globalIDLNames);
99 printMethods(writer,useQualifiedNames,useIDLNames,globalIDLNames);
72 print( IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
H A DArrayType.java166 * @param globalIDLNames If true and useIDLNames true, prepends "::".
170 boolean globalIDLNames) {
172 return super.getTypeName(useQualifiedNames,useIDLNames,globalIDLNames);
174 return super.getTypeName(useQualifiedNames,useIDLNames,globalIDLNames) + brackets;
168 getTypeName( boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
H A DType.java460 * @param globalIDLNames If true and useIDLNames true, prepends "::".
464 boolean globalIDLNames) {
467 return getQualifiedIDLName(globalIDLNames);
487 * @param globalIDLNames If true and useIDLNames true, prepends "::".
493 boolean globalIDLNames) throws IOException {
496 print(writer,theTypes,useQualifiedNames,useIDLNames,globalIDLNames);
505 * @param globalIDLNames If true and useIDLNames true, prepends "::".
511 boolean globalIDLNames) throws IOException {
514 theTypes[i].println(writer,useQualifiedNames,useIDLNames,globalIDLNames);
524 * @param globalIDLNames I
462 getTypeName( boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
489 print( IndentingWriter writer, int typeCodeFilter, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
507 print( IndentingWriter writer, Type[] theTypes, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
526 print( IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
540 println( IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
558 printTypeName( IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
[all...]
H A DCompoundType.java393 boolean globalIDLNames) throws IOException {
400 parent.printTypeName(writer,useQualifiedNames,useIDLNames,globalIDLNames);
412 boolean globalIDLNames) throws IOException {
433 interfaces[i].printTypeName(writer,useQualifiedNames,useIDLNames,globalIDLNames);
443 boolean globalIDLNames) throws IOException {
465 it.printTypeName(writer,useQualifiedNames,useIDLNames,globalIDLNames);
482 boolean globalIDLNames) throws IOException {
488 printMethod(theMethod,writer,useQualifiedNames,useIDLNames,globalIDLNames);
498 boolean globalIDLNames) throws IOException {
512 it.getReturnType().printTypeName(writer,useQualifiedNames,useIDLNames,globalIDLNames);
390 printExtends(IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
408 printImplements(IndentingWriter writer, String prefix, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
440 printMembers( IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
479 printMethods( IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
494 printMethod(CompoundType.Method it, IndentingWriter writer, boolean useQualifiedNames, boolean useIDLNames, boolean globalIDLNames) argument
[all...]

Completed in 43 milliseconds