Home
last modified time | relevance | path

Searched defs:typeAnnotations (Results 1 – 5 of 5) sorted by relevance

/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java43 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile
56 ImmutableList<TypeAnnotationInfo> typeAnnotations, in ClassFile()
117 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile
136 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile.FieldInfo
145 ImmutableList<TypeAnnotationInfo> typeAnnotations) { in FieldInfo()
187 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile.FieldInfo
239 private final ImmutableList<TypeAnnotationInfo> typeAnnotations; field in ClassFile.MethodInfo
251 ImmutableList<TypeAnnotationInfo> typeAnnotations, in MethodInfo()
307 public ImmutableList<TypeAnnotationInfo> typeAnnotations() { in typeAnnotations() method in ClassFile.MethodInfo
/external/turbine/java/com/google/turbine/lower/
DLower.java266 ImmutableList<TypeAnnotationInfo> typeAnnotations = classTypeAnnotations(info); in lower() local
308 ImmutableList<TypeAnnotationInfo> typeAnnotations = methodTypeAnnotations(m); in lowerMethod() local
380 ImmutableList.Builder<TypeAnnotationInfo> typeAnnotations = ImmutableList.builder(); in lowerField() local
/external/turbine/java/com/google/turbine/binder/
DDisambiguateTypeAnnotations.java158 ImmutableList.Builder<AnnoInfo> typeAnnotations = ImmutableList.builder(); in disambiguate() local
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoValueOrOneOfProcessor.java554 List<? extends AnnotationMirror> typeAnnotations = elementType.getAnnotationMirrors(); in nullableAnnotationFor() local
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueJava8Test.java122 List<? extends AnnotationMirror> typeAnnotations = t.getReturnType().getAnnotationMirrors(); in test() local