Home
last modified time | relevance | path

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

12

/external/proguard/src/proguard/classfile/attribute/annotation/target/visitor/
DTargetInfoVisitor.java36 … Clazz clazz, TypeAnnotation typeAnnotation, TypeP… in visitTypeParameterTargetInfo()
37 … Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypeP… in visitTypeParameterTargetInfo()
38 … Clazz clazz, TypeAnnotation typeAnnotation, Super… in visitSuperTypeTargetInfo()
39 …Info(Clazz clazz, TypeAnnotation typeAnnotation, TypeP… in visitTypeParameterBoundTargetInfo()
40 …Info(Clazz clazz, Field field, TypeAnnotation typeAnnotation, TypeP… in visitTypeParameterBoundTargetInfo()
41 …Info(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypeP… in visitTypeParameterBoundTargetInfo()
42 … Clazz clazz, Field field, TypeAnnotation typeAnnotation, Empty… in visitEmptyTargetInfo()
43 … Clazz clazz, Method method, TypeAnnotation typeAnnotation, Empty… in visitEmptyTargetInfo()
44 …o( Clazz clazz, Method method, TypeAnnotation typeAnnotation, Forma… in visitFormalParameterTargetInfo()
45 … Clazz clazz, Method method, TypeAnnotation typeAnnotation, Throw… in visitThrowsTargetInfo()
[all …]
DLocalVariableTargetElementVisitor.java36 …ment(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Local… in visitLocalVariableTargetElement()
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/
DTypeAnnotationVisitor.java37 …Annotation(Clazz clazz, TypeAnnotation typeAnnotation); in visitTypeAnnotation()
38 …Annotation(Clazz clazz, Field field, TypeAnnotation typeAnnotation); in visitTypeAnnotation()
39 …Annotation(Clazz clazz, Method method, TypeAnnotation typeAnnotation); in visitTypeAnnotation()
40 …Annotation(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation); in visitTypeAnnotation()
DTypePathInfoVisitor.java37 …Info(Clazz clazz, TypeAnnotation typeAnnotation, TypeP… in visitTypePathInfo()
38 …Info(Clazz clazz, Field field, TypeAnnotation typeAnnotation, TypeP… in visitTypePathInfo()
39 …Info(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypeP… in visitTypePathInfo()
40 …Info(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, TypeP… in visitTypePathInfo()
/external/proguard/src/proguard/classfile/attribute/annotation/target/
DTargetInfo.java69 …cept(Clazz clazz, TypeAnnotation typeAnnotation, Targe… in accept()
77 …cept(Clazz clazz, Field field, TypeAnnotation typeAnnotation, Targe… in accept()
85 …cept(Clazz clazz, Method method, TypeAnnotation typeAnnotation, Targe… in accept()
93 …cept(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Targe… in accept()
DEmptyTargetInfo.java56 …public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) in accept()
62 …public void accept(Clazz clazz, Field field, TypeAnnotation typeAnnotation, TargetInfoVisitor targ… in accept()
68 …public void accept(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TargetInfoVisitor ta… in accept()
DTypeParameterBoundTargetInfo.java71 …public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) in accept()
77 …public void accept(Clazz clazz, Field field, TypeAnnotation typeAnnotation, TargetInfoVisitor targ… in accept()
83 …public void accept(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TargetInfoVisitor ta… in accept()
DLocalVariableTargetInfo.java73 …cept(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Local… in targetElementsAccept()
89 …public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) in accept()
95 …cept(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Targe… in accept()
DThrowsTargetInfo.java71 …public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) in accept()
77 …public void accept(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TargetInfoVisitor ta… in accept()
DTypeParameterTargetInfo.java69 …public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) in accept()
75 …public void accept(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TargetInfoVisitor ta… in accept()
DFormalParameterTargetInfo.java71 …public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) in accept()
77 …public void accept(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TargetInfoVisitor ta… in accept()
DOffsetTargetInfo.java72 …public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) in accept()
78 …cept(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Targe… in accept()
DCatchTargetInfo.java72 …public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) in accept()
78 …cept(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Targe… in accept()
DTypeArgumentTargetInfo.java75 …public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) in accept()
81 …cept(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Targe… in accept()
DSuperTypeTargetInfo.java68 …public void accept(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfoVisitor targetInfoVisitor) in accept()
/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/proguard/src/proguard/classfile/io/
DProgramClassWriter.java618 public void visitTypeAnnotation(Clazz clazz, TypeAnnotation typeAnnotation) in visitTypeAnnotation()
637 …public void visitTypeParameterTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, TypeParameter… in visitTypeParameterTargetInfo()
643 …public void visitSuperTypeTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, SuperTypeTargetIn… in visitSuperTypeTargetInfo()
649 …public void visitTypeParameterBoundTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, TypePara… in visitTypeParameterBoundTargetInfo()
656 …public void visitEmptyTargetInfo(Clazz clazz, Member member, TypeAnnotation typeAnnotation, EmptyT… in visitEmptyTargetInfo()
661 …id visitFormalParameterTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, Forma… in visitFormalParameterTargetInfo()
667 …public void visitThrowsTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, Throw… in visitThrowsTargetInfo()
673 …Info(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Local… in visitLocalVariableTargetInfo()
682 …Info(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Catch… in visitCatchTargetInfo()
688 …Info(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Offse… in visitOffsetTargetInfo()
[all …]
DProgramClassReader.java587 TypeAnnotation typeAnnotation = new TypeAnnotation(); in visitAnyTypeAnnotationsAttribute() local
799 public void visitTypeAnnotation(Clazz clazz, TypeAnnotation typeAnnotation) in visitTypeAnnotation()
824 …public void visitTypeParameterTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, TypeParameter… in visitTypeParameterTargetInfo()
830 …public void visitSuperTypeTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, SuperTypeTargetIn… in visitSuperTypeTargetInfo()
836 …public void visitTypeParameterBoundTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, TypePara… in visitTypeParameterBoundTargetInfo()
843 …public void visitEmptyTargetInfo(Clazz clazz, Member member, TypeAnnotation typeAnnotation, EmptyT… in visitEmptyTargetInfo()
848 …id visitFormalParameterTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, Forma… in visitFormalParameterTargetInfo()
854 …public void visitThrowsTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, Throw… in visitThrowsTargetInfo()
860 …Info(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Local… in visitLocalVariableTargetInfo()
875 …Info(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Catch… in visitCatchTargetInfo()
[all …]
/external/proguard/src/proguard/classfile/util/
DSimplifiedVisitor.java888 public void visitTypeAnnotation(Clazz clazz, TypeAnnotation typeAnnotation) in visitTypeAnnotation()
897 public void visitTypeAnnotation(Clazz clazz, Member member, TypeAnnotation typeAnnotation) in visitTypeAnnotation()
903 public void visitTypeAnnotation(Clazz clazz, Field field, TypeAnnotation typeAnnotation) in visitTypeAnnotation()
909 public void visitTypeAnnotation(Clazz clazz, Method method, TypeAnnotation typeAnnotation) in visitTypeAnnotation()
915 … visitTypeAnnotation(Clazz clazz, Method method, int parameterIndex, TypeAnnotation typeAnnotation) in visitTypeAnnotation()
921 …eAnnotation(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation) in visitTypeAnnotation()
932 … public void visitAnyTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfo targetInfo) in visitAnyTargetInfo()
938 …public void visitTypeParameterTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, TypeParameter… in visitTypeParameterTargetInfo()
944 …void visitTypeParameterTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, TypeP… in visitTypeParameterTargetInfo()
950 …public void visitSuperTypeTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, SuperTypeTargetIn… in visitSuperTypeTargetInfo()
[all …]
/external/proguard/src/proguard/classfile/editor/
DVariableRemapper.java156 public void visitTypeAnnotation(Clazz clazz, TypeAnnotation typeAnnotation) in visitTypeAnnotation()
164 …public void visitAnyTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, TargetInfo targetInfo) … in visitAnyTargetInfo()
167 …Info(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Local… in visitLocalVariableTargetInfo()
175 …ment(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Local… in visitLocalVariableTargetElement()
/external/proguard/src/proguard/classfile/visitor/
DClassPrinter.java962 public void visitTypeAnnotation(Clazz clazz, TypeAnnotation typeAnnotation) in visitTypeAnnotation()
983 …public void visitTypeParameterTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, TypeParameter… in visitTypeParameterTargetInfo()
990 …public void visitSuperTypeTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, SuperTypeTargetIn… in visitSuperTypeTargetInfo()
999 …public void visitTypeParameterBoundTargetInfo(Clazz clazz, TypeAnnotation typeAnnotation, TypePara… in visitTypeParameterBoundTargetInfo()
1006 …public void visitEmptyTargetInfo(Clazz clazz, Member member, TypeAnnotation typeAnnotation, EmptyT… in visitEmptyTargetInfo()
1012 …id visitFormalParameterTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, Forma… in visitFormalParameterTargetInfo()
1019 …public void visitThrowsTargetInfo(Clazz clazz, Method method, TypeAnnotation typeAnnotation, Throw… in visitThrowsTargetInfo()
1026 …Info(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Local… in visitLocalVariableTargetInfo()
1037 …Info(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Catch… in visitCatchTargetInfo()
1044 …Info(Clazz clazz, Method method, CodeAttribute codeAttribute, TypeAnnotation typeAnnotation, Offse… in visitOffsetTargetInfo()
[all …]

12