Searched defs:importDecl (Results 1 - 2 of 2) 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

Completed in 29 milliseconds