Home
last modified time | relevance | path

Searched refs:annotationOnlyDest (Results 1 – 1 of 1) sorted by relevance

/external/desugar/java/com/google/devtools/build/android/desugar/
DInterfaceDesugaring.java501 private final MethodVisitor annotationOnlyDest; field in InterfaceDesugaring.MultiplexAnnotations
503 public MultiplexAnnotations(@Nullable MethodVisitor dest, MethodVisitor annotationOnlyDest) { in MultiplexAnnotations() argument
505 this.annotationOnlyDest = annotationOnlyDest; in MultiplexAnnotations()
511 annotationOnlyDest.visitParameter(name, access); in visitParameter()
517 AnnotationVisitor annoDest = annotationOnlyDest.visitAnnotation(desc, visible); in visitAnnotation()
526 annotationOnlyDest.visitTypeAnnotation(typeRef, typePath, desc, visible); in visitTypeAnnotation()
534 annotationOnlyDest.visitParameterAnnotation(parameter, desc, visible); in visitParameterAnnotation()