Searched defs:typeAnnotations (Results 1 – 5 of 5) sorted by relevance
43 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile56 ImmutableList<TypeAnnotationInfo> typeAnnotations, in ClassFile()117 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile136 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile.FieldInfo145 ImmutableList<TypeAnnotationInfo> typeAnnotations) { in FieldInfo()187 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile.FieldInfo239 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile.MethodInfo251 ImmutableList<TypeAnnotationInfo> typeAnnotations, in MethodInfo()307 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile.MethodInfo
266 ImmutableList<TypeAnnotationInfo> typeAnnotations = classTypeAnnotations(info); in lower() local308 ImmutableList<TypeAnnotationInfo> typeAnnotations = methodTypeAnnotations(m); in lowerMethod() local380 ImmutableList.Builder<TypeAnnotationInfo> typeAnnotations = ImmutableList.builder(); in lowerField() local
158 ImmutableList.Builder<AnnoInfo> typeAnnotations = ImmutableList.builder(); in disambiguate() local
554 List<? extends AnnotationMirror> typeAnnotations = elementType.getAnnotationMirrors(); in nullableAnnotationFor() local
122 List<? extends AnnotationMirror> typeAnnotations = t.getReturnType().getAnnotationMirrors(); in test() local