Searched refs:sourceAnnotation (Results 1 – 1 of 1) sorted by relevance
248 TypeAnnotationNode sourceAnnotation = insnNode.visibleTypeAnnotations.get(i); in cloneAnnotations() local251 sourceAnnotation.typeRef, sourceAnnotation.typePath, sourceAnnotation.desc); in cloneAnnotations()252 sourceAnnotation.accept(cloneAnnotation); in cloneAnnotations()259 TypeAnnotationNode sourceAnnotation = insnNode.invisibleTypeAnnotations.get(i); in cloneAnnotations() local262 sourceAnnotation.typeRef, sourceAnnotation.typePath, sourceAnnotation.desc); in cloneAnnotations()263 sourceAnnotation.accept(cloneAnnotation); in cloneAnnotations()