Searched refs:importDecl (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/diamond/6996914/
H A DT6996914a.java48 String importDecl; field in class:T6996914a.PackageKind
50 PackageKind(String pkgDecl, String importDecl) { argument
52 this.importDecl = importDecl;
103 source = sourceStub.replace("#I", pk.importDecl);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DimportDecl.java45 class importDecl extends NGCCHandler { class in inherits:NGCCHandler
58 public importDecl(NGCCHandler parent, NGCCEventSource source, NGCCRuntimeEx runtime, int cookie) { method in class:importDecl
64 public importDecl(NGCCRuntimeEx runtime) { method in class:importDecl
H A DSchema.java234 NGCCHandler h = new importDecl(this, super._source, $runtime, 353);
348 NGCCHandler h = new importDecl(this, super._source, $runtime, 364);

Completed in 46 milliseconds