Home
last modified time | relevance | path

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

/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
DAbstractInsnNode.java248 TypeAnnotationNode sourceAnnotation = insnNode.visibleTypeAnnotations.get(i); in cloneAnnotations() local
251 sourceAnnotation.typeRef, sourceAnnotation.typePath, sourceAnnotation.desc); in cloneAnnotations()
252 sourceAnnotation.accept(cloneAnnotation); in cloneAnnotations()
259 TypeAnnotationNode sourceAnnotation = insnNode.invisibleTypeAnnotations.get(i); in cloneAnnotations() local
262 sourceAnnotation.typeRef, sourceAnnotation.typePath, sourceAnnotation.desc); in cloneAnnotations()
263 sourceAnnotation.accept(cloneAnnotation); in cloneAnnotations()