Searched refs:typeAnnotationSimpleNames (Results 1 – 1 of 1) sorted by relevance
308 private final Set<Name> typeAnnotationSimpleNames = new HashSet<>(); field in JavaInputAstVisitor1159 typeAnnotationSimpleNames.add(simpleName);2481 return typeAnnotationSimpleNames.contains(((IdentifierTree) annotationType).getName());