Searched defs:imports (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/parser/
H A DSchemaDocument.java119 * imports the given document.
124 * Returns true if this document imports the given document.
130 boolean imports(SchemaDocument doc); method in interface:SchemaDocument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DSchemaDocumentImpl.java101 public boolean imports(SchemaDocument doc) { method in class:SchemaDocumentImpl
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DImports.java68 * The imported classes, including memoized imports from packages.
74 * imports for the same package. It will also not contain the
98 * Check the names of the imports.
161 // Pass an "inner" name to the imports.
254 * Lookup a class, given the current set of imports,
413 * Ignore any duplicate imports.
465 * packages specified as imports.
473 * classes specified as imports.
489 Imports imports; field in class:ImportEnvironment
491 ImportEnvironment(Environment env, Imports imports) { argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchParser.java52 * The current imports
54 protected Imports imports; field in class:BatchParser
78 imports = new Imports(env);
80 toplevelEnv = imports.newEnvironment(env);
94 imports.setCurrentPackage(t);
105 imports.addClass(t);
113 imports.addPackage(t);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/document/
H A DDefinitions.java108 public Iterator imports() { method in class:Definitions
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DSDDocumentImpl.java90 private final Set<String> imports; field in class:SDDocumentImpl
192 protected SDDocumentImpl(QName rootName, URL url, SDDocumentSource source, Set<String> imports) { argument
199 this.imports = imports;
239 return imports;
317 Set<String> imports) {
318 super(rootName, url, source, imports);
339 boolean hasService, Set<String> imports,Set<QName> allServices) {
340 super(rootName, url, source, imports);
316 SchemaImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, Set<String> imports) argument
338 WSDLImpl(QName rootName, URL url, SDDocumentSource source, String targetNamespace, boolean hasPortType, boolean hasService, Set<String> imports,Set<QName> allServices) argument
/openjdk7/langtools/test/tools/javac/scope/
H A DStarImportTest.java187 imports.add(p);
204 imports.add(c);
230 for (Symbol imp: imports) {
318 List<Symbol> imports = new ArrayList<Symbol>(); field in class:StarImportTest.Test
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java74 protected Hashtable imports = new Hashtable(); field in class:StubGenerator
541 String importName = (String) imports.get(unqualifiedName);
594 String old = (String)imports.remove(unqualifiedName);
601 imports.put(nameToUse,NO_IMPORT);
613 // this guy to the imports...
616 // the fully qualified name instead of imports
621 imports.put(unqualifiedName,qualifiedName);
666 imports.clear();
704 // Add stub/tie specific imports...
758 // Get imports int
[all...]

Completed in 57 milliseconds