Searched refs:typeAnnotationsByPath (Results 1 – 1 of 1) sorted by relevance
/external/turbine/java/com/google/turbine/binder/bytecode/ |
D | BytecodeBinder.java | 78 sig, scope, typeAnnotationsByPath(annotations, scope), TypeAnnotationInfo.TypePath.root()); in bindClassTy() 146 sig, scope, typeAnnotationsByPath(annotations, scope), TypeAnnotationInfo.TypePath.root()); in bindTy() 182 private static ImmutableListMultimap<TypeAnnotationInfo.TypePath, AnnoInfo> typeAnnotationsByPath( in typeAnnotationsByPath() method in BytecodeBinder 201 return asNonParametricClassTy(sym, scope, typeAnnotationsByPath(annotations, scope)); in asNonParametricClassTy()
|