class sun.reflect.annotation.AnnotationParser$1 implements java.security.PrivilegedAction<java.lang.annotation.Annotation>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.reflect.annotation.AnnotationParser$1
super_class: java.lang.Object
{
private final java.lang.Class val$type;
descriptor: Ljava/lang/Class;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final java.util.Map val$memberValues;
descriptor: Ljava/util/Map;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(java.lang.Class, java.util.Map);
descriptor: (Ljava/lang/Class;Ljava/util/Map;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield sun.reflect.annotation.AnnotationParser$1.val$type:Ljava/lang/Class;
aload 0
aload 2
putfield sun.reflect.annotation.AnnotationParser$1.val$memberValues:Ljava/util/Map;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/reflect/annotation/AnnotationParser$1;
MethodParameters:
Name Flags
val$type final
val$memberValues final
public java.lang.annotation.Annotation run();
descriptor: ()Ljava/lang/annotation/Annotation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.reflect.annotation.AnnotationParser$1.val$type:Ljava/lang/Class;
invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
iconst_1
anewarray java.lang.Class
dup
iconst_0
aload 0
getfield sun.reflect.annotation.AnnotationParser$1.val$type:Ljava/lang/Class;
aastore
1: new sun.reflect.annotation.AnnotationInvocationHandler
dup
aload 0
getfield sun.reflect.annotation.AnnotationParser$1.val$type:Ljava/lang/Class;
aload 0
getfield sun.reflect.annotation.AnnotationParser$1.val$memberValues:Ljava/util/Map;
invokespecial sun.reflect.annotation.AnnotationInvocationHandler.<init>:(Ljava/lang/Class;Ljava/util/Map;)V
2: invokestatic java.lang.reflect.Proxy.newProxyInstance:(Ljava/lang/ClassLoader;[Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;
checkcast java.lang.annotation.Annotation
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/reflect/annotation/AnnotationParser$1;
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual sun.reflect.annotation.AnnotationParser$1.run:()Ljava/lang/annotation/Annotation;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<Ljava/lang/annotation/Annotation;>;
SourceFile: "AnnotationParser.java"
EnclosingMethod: sun.reflect.annotation.AnnotationParser.annotationForMap:(Ljava/lang/Class;Ljava/util/Map;)Ljava/lang/annotation/Annotation;
NestHost: sun.reflect.annotation.AnnotationParser
InnerClasses:
sun.reflect.annotation.AnnotationParser$1