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

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/apt/
H A DAnnotationProcessorEnvironmentImpl.java54 Collection<TypeDeclaration> typedecls; field in class:AnnotationProcessorEnvironmentImpl
65 Collection<TypeDeclaration> typedecls,
71 this.typedecls = Collections.unmodifiableCollection(typedecls);
108 return typedecls;
64 AnnotationProcessorEnvironmentImpl(Collection<TypeDeclaration> spectypedecls, Collection<TypeDeclaration> typedecls, Map<String, String> origOptions, Context context) argument

Completed in 404 milliseconds