Searched defs:typeAnnotations (Results 1 – 8 of 8) sorted by relevance
45 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile64 ImmutableList<TypeAnnotationInfo> typeAnnotations, in ClassFile()145 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile180 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile.FieldInfo189 ImmutableList<TypeAnnotationInfo> typeAnnotations) { in FieldInfo()230 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile.FieldInfo282 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile.MethodInfo294 ImmutableList<TypeAnnotationInfo> typeAnnotations, in MethodInfo()349 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile.MethodInfo988 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile.RecordInfo.RecordComponentInfo[all …]
38 Map<String, Set<String>> typeAnnotations, in write()
424 Map<String, Set<String>> typeAnnotations = new HashMap<>(); in writeModel() local
298 ImmutableList<TypeAnnotationInfo> typeAnnotations = classTypeAnnotations(info); in lower() local340 ImmutableList.Builder<TypeAnnotationInfo> typeAnnotations = ImmutableList.builder(); in lowerComponent() local366 ImmutableList<TypeAnnotationInfo> typeAnnotations = methodTypeAnnotations(m); in lowerMethod() local438 ImmutableList.Builder<TypeAnnotationInfo> typeAnnotations = ImmutableList.builder(); in lowerField() local
183 ImmutableList.Builder<AnnoInfo> typeAnnotations = ImmutableList.builder(); in disambiguate() local
284 private static ImmutableSetMultimap<String, String> typeAnnotations() { in typeAnnotations() method in JavaInputAstVisitor
125 List<? extends AnnotationMirror> typeAnnotations = t.getReturnType().getAnnotationMirrors(); in test() local
585 List<? extends AnnotationMirror> typeAnnotations = elementType.getAnnotationMirrors(); in nullableAnnotationFor() local