public class net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded<V extends java.lang.annotation.Annotation> extends net.bytebuddy.description.annotation.AnnotationValue$Loaded$AbstractBase<V>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded
super_class: net.bytebuddy.description.annotation.AnnotationValue$Loaded$AbstractBase
{
private final V annotation;
descriptor: Ljava/lang/annotation/Annotation;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: TV;
public void <init>();
descriptor: (Ljava/lang/annotation/Annotation;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial net.bytebuddy.description.annotation.AnnotationValue$Loaded$AbstractBase.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded.annotation:Ljava/lang/annotation/Annotation;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$ForAnnotationDescription$Loaded<TV;>;
0 3 1 annotation TV;
Signature: (TV;)V
MethodParameters:
Name Flags
annotation
public net.bytebuddy.description.annotation.AnnotationValue$Loaded$State getState();
descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded$State;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic net.bytebuddy.description.annotation.AnnotationValue$Loaded$State.RESOLVED:Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded$State;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$ForAnnotationDescription$Loaded<TV;>;
Signature: ()Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded$State;
public V resolve();
descriptor: ()Ljava/lang/annotation/Annotation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded.annotation:Ljava/lang/annotation/Annotation;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$ForAnnotationDescription$Loaded<TV;>;
Signature: ()TV;
public boolean represents(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded.annotation:Ljava/lang/annotation/Annotation;
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$ForAnnotationDescription$Loaded<TV;>;
0 1 1 value Ljava/lang/Object;
MethodParameters:
Name Flags
value
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded.annotation:Ljava/lang/annotation/Annotation;
invokevirtual java.lang.Object.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$ForAnnotationDescription$Loaded<TV;>;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof net.bytebuddy.description.annotation.AnnotationValue$Loaded
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast net.bytebuddy.description.annotation.AnnotationValue$Loaded
astore 2
start local 2 5: aload 2
invokeinterface net.bytebuddy.description.annotation.AnnotationValue$Loaded.getState:()Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded$State;
invokevirtual net.bytebuddy.description.annotation.AnnotationValue$Loaded$State.isResolved:()Z
ifeq 6
aload 0
getfield net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded.annotation:Ljava/lang/annotation/Annotation;
aload 2
invokeinterface net.bytebuddy.description.annotation.AnnotationValue$Loaded.resolve:()Ljava/lang/Object;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
iconst_1
ireturn
StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$Loaded
StackMap stack:
6: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$ForAnnotationDescription$Loaded<TV;>;
0 7 1 other Ljava/lang/Object;
5 7 2 annotationValue Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded<*>;
MethodParameters:
Name Flags
other
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded.annotation:Ljava/lang/annotation/Annotation;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/annotation/AnnotationValue$ForAnnotationDescription$Loaded<TV;>;
public java.lang.Object resolve();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded.resolve:()Ljava/lang/annotation/Annotation;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <V::Ljava/lang/annotation/Annotation;>Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded$AbstractBase<TV;>;
SourceFile: "AnnotationValue.java"
NestHost: net.bytebuddy.description.annotation.AnnotationValue
InnerClasses:
public ForAnnotationDescription = net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription of net.bytebuddy.description.annotation.AnnotationValue
public Loaded = net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded of net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription
public abstract Loaded = net.bytebuddy.description.annotation.AnnotationValue$Loaded of net.bytebuddy.description.annotation.AnnotationValue
public abstract AbstractBase = net.bytebuddy.description.annotation.AnnotationValue$Loaded$AbstractBase of net.bytebuddy.description.annotation.AnnotationValue$Loaded
public final State = net.bytebuddy.description.annotation.AnnotationValue$Loaded$State of net.bytebuddy.description.annotation.AnnotationValue$Loaded