Searched defs:qualified (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DPrintGenerator.java56 private boolean qualified = false; field in class:PrintGenerator
96 qualified = true;
150 case JAVA: theType.println(out,qualified,false,false);
153 case IDL: theType.println(out,qualified,true,global);
156 case BOTH: theType.println(out,qualified,false,false);
157 theType.println(out,qualified,true,global);
H A DStubGenerator.java506 String getStubNameFor(Type type, boolean qualified) { argument
509 if (qualified) {
582 // the qualified name...
592 // uses for this name will be qualified...
616 // the fully qualified name instead of imports
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DResolve.java891 /** Find best qualified method matching given name, type and value
1055 /** Load toplevel or member class with given fully qualified name and
1058 * @param name The fully qualified name of the class to be loaded.
1071 /** Find qualified member type.
1288 boolean qualified,
1297 sym = errSym.access(name, qualified ? site.tsym : syms.noSymbol);
1308 boolean qualified,
1311 return access(sym, pos, site.tsym, site, name, qualified, argtypes, typeargtypes);
1321 boolean qualified) {
1323 return access(sym, pos, location, site, name, qualified, Lis
1283 access(Symbol sym, DiagnosticPosition pos, Symbol location, Type site, Name name, boolean qualified, List<Type> argtypes, List<Type> typeargtypes) argument
1304 access(Symbol sym, DiagnosticPosition pos, Type site, Name name, boolean qualified, List<Type> argtypes, List<Type> typeargtypes) argument
1316 access(Symbol sym, DiagnosticPosition pos, Symbol location, Type site, Name name, boolean qualified) argument
1330 access(Symbol sym, DiagnosticPosition pos, Type site, Name name, boolean qualified) argument
[all...]

Completed in 2321 milliseconds