Home
last modified time | relevance | path

Searched defs:typeAnnotation (Results 1 – 9 of 9) sorted by relevance

/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
DRecordComponentNode.java120 TypeAnnotationNode typeAnnotation = new TypeAnnotationNode(typeRef, typePath, descriptor); in visitTypeAnnotation() local
182 TypeAnnotationNode typeAnnotation = visibleTypeAnnotations.get(i); in accept() local
190 TypeAnnotationNode typeAnnotation = invisibleTypeAnnotations.get(i); in accept() local
DFieldNode.java155 TypeAnnotationNode typeAnnotation = new TypeAnnotationNode(typeRef, typePath, descriptor); in visitTypeAnnotation() local
222 TypeAnnotationNode typeAnnotation = visibleTypeAnnotations.get(i); in accept() local
230 TypeAnnotationNode typeAnnotation = invisibleTypeAnnotations.get(i); in accept() local
DTryCatchBlockNode.java112 TypeAnnotationNode typeAnnotation = visibleTypeAnnotations.get(i); in accept() local
120 TypeAnnotationNode typeAnnotation = invisibleTypeAnnotations.get(i); in accept() local
DClassNode.java244 TypeAnnotationNode typeAnnotation = new TypeAnnotationNode(typeRef, typePath, descriptor); in visitTypeAnnotation() local
420 TypeAnnotationNode typeAnnotation = visibleTypeAnnotations.get(i); in accept() local
428 TypeAnnotationNode typeAnnotation = invisibleTypeAnnotations.get(i); in accept() local
DAbstractInsnNode.java186 TypeAnnotationNode typeAnnotation = visibleTypeAnnotations.get(i); in acceptAnnotations() local
194 TypeAnnotationNode typeAnnotation = invisibleTypeAnnotations.get(i); in acceptAnnotations() local
/external/skia/experimental/tskit/go/gen_types/
Dgen_types.go59 typeAnnotation = regexp.MustCompile(`@type\s+(?P<optional>@optional)?\s*(?P<type>\w+)`) var
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DAnnotationWriter.java175 ByteVector typeAnnotation = new ByteVector(); in create() local
DMethodWriter.java1506 ByteVector typeAnnotation = new ByteVector(); in visitLocalVariableAnnotation() local
/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueJava8Test.java137 AnnotationMirror typeAnnotation = Iterables.getOnlyElement(typeAnnotations); in test() local