Searched defs:typeAnnotations (Results 1 – 9 of 9) 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()
425 Map<String, Set<String>> typeAnnotations = new HashMap<>(); in writeModel() local
328 ImmutableList<TypeAnnotationInfo> typeAnnotations = classTypeAnnotations(info); in lower() local370 ImmutableList.Builder<TypeAnnotationInfo> typeAnnotations = ImmutableList.builder(); in lowerComponent() local396 ImmutableList<TypeAnnotationInfo> typeAnnotations = methodTypeAnnotations(m); in lowerMethod() local468 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
132 List<? extends AnnotationMirror> typeAnnotations = t.getReturnType().getAnnotationMirrors(); in test() local
751 List<? extends AnnotationMirror> typeAnnotations = type.getAnnotationMirrors(); in isNullable() local
1938 fun typeAnnotations() { in <lambda>() method