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

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/apt/
H A DAnnotationProcessorEnvironmentImpl.java53 Collection<TypeDeclaration> spectypedecls; field in class:AnnotationProcessorEnvironmentImpl
64 public AnnotationProcessorEnvironmentImpl(Collection<TypeDeclaration> spectypedecls, argument
70 this.spectypedecls = Collections.unmodifiableCollection(spectypedecls);
96 return spectypedecls;

Completed in 22 milliseconds