public class net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnType implements net.bytebuddy.implementation.attribute.AnnotationAppender$Target
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnType
super_class: java.lang.Object
{
private final org.objectweb.asm.ClassVisitor classVisitor;
descriptor: Lorg/objectweb/asm/ClassVisitor;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.objectweb.asm.ClassVisitor);
descriptor: (Lorg/objectweb/asm/ClassVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnType.classVisitor:Lorg/objectweb/asm/ClassVisitor;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target$OnType;
0 3 1 classVisitor Lorg/objectweb/asm/ClassVisitor;
MethodParameters:
Name Flags
classVisitor
public org.objectweb.asm.AnnotationVisitor visit(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnType.classVisitor:Lorg/objectweb/asm/ClassVisitor;
aload 1
iload 2
invokevirtual org.objectweb.asm.ClassVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target$OnType;
0 1 1 annotationTypeDescriptor Ljava/lang/String;
0 1 2 visible Z
MethodParameters:
Name Flags
annotationTypeDescriptor
visible
public org.objectweb.asm.AnnotationVisitor visit(java.lang.String, boolean, int, java.lang.String);
descriptor: (Ljava/lang/String;ZILjava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnType.classVisitor:Lorg/objectweb/asm/ClassVisitor;
iload 3
aload 4
invokestatic org.objectweb.asm.TypePath.fromString:(Ljava/lang/String;)Lorg/objectweb/asm/TypePath;
aload 1
iload 2
invokevirtual org.objectweb.asm.ClassVisitor.visitTypeAnnotation:(ILorg/objectweb/asm/TypePath;Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target$OnType;
0 1 1 annotationTypeDescriptor Ljava/lang/String;
0 1 2 visible Z
0 1 3 typeReference I
0 1 4 typePath Ljava/lang/String;
MethodParameters:
Name Flags
annotationTypeDescriptor
visible
typeReference
typePath
}
SourceFile: "AnnotationAppender.java"
NestHost: net.bytebuddy.implementation.attribute.AnnotationAppender
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public abstract Target = net.bytebuddy.implementation.attribute.AnnotationAppender$Target of net.bytebuddy.implementation.attribute.AnnotationAppender
public OnType = net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnType of net.bytebuddy.implementation.attribute.AnnotationAppender$Target
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()