public abstract class net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod extends java.lang.Enum<net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod> implements net.bytebuddy.implementation.attribute.MethodAttributeAppender, net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory
minor version: 0
major version: 59
flags: flags: (0x4421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT, ACC_ANNOTATION
this_class: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
super_class: java.lang.Enum
{
public static final net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod EXCLUDING_RECEIVER;
descriptor: Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod INCLUDING_RECEIVER;
descriptor: Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod[] ENUM$VALUES;
descriptor: [Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1
dup
ldc "EXCLUDING_RECEIVER"
iconst_0
invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1.<init>:(Ljava/lang/String;I)V
1: putstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.EXCLUDING_RECEIVER:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
2: new net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$2
dup
ldc "INCLUDING_RECEIVER"
iconst_1
invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$2.<init>:(Ljava/lang/String;I)V
3: putstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.INCLUDING_RECEIVER:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
4: iconst_2
anewarray net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
dup
iconst_0
getstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.EXCLUDING_RECEIVER:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
aastore
dup
iconst_1
getstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.INCLUDING_RECEIVER:Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
aastore
putstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.ENUM$VALUES:[Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public net.bytebuddy.implementation.attribute.MethodAttributeAppender make(net.bytebuddy.description.type.TypeDescription);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
0 1 1 typeDescription Lnet/bytebuddy/description/type/TypeDescription;
MethodParameters:
Name Flags
typeDescription
public void apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.attribute.AnnotationValueFilter);
descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=10, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new net.bytebuddy.implementation.attribute.AnnotationAppender$Default
dup
new net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod
dup
aload 1
invokespecial net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod.<init>:(Lorg/objectweb/asm/MethodVisitor;)V
invokespecial net.bytebuddy.implementation.attribute.AnnotationAppender$Default.<init>:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target;)V
astore 4
start local 4 1: aload 2
invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
aload 4
2: aload 3
3: invokestatic net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations.ofMethodReturnType:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;)Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
checkcast net.bytebuddy.implementation.attribute.AnnotationAppender
astore 4
4: aload 4
5: aload 3
6: iconst_0
7: aload 2
invokeinterface net.bytebuddy.description.method.MethodDescription.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
8: invokestatic net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations.ofTypeVariable:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;ZLjava/util/List;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
astore 4
9: aload 2
invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
ldc "jdk.internal."
invokestatic net.bytebuddy.matcher.ElementMatchers.nameStartsWith:(Ljava/lang/String;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
invokestatic net.bytebuddy.matcher.ElementMatchers.annotationType:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
invokestatic net.bytebuddy.matcher.ElementMatchers.not:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
invokeinterface net.bytebuddy.description.annotation.AnnotationList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
checkcast net.bytebuddy.description.annotation.AnnotationList
invokeinterface net.bytebuddy.description.annotation.AnnotationList.iterator:()Ljava/util/Iterator;
astore 6
goto 12
StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod org.objectweb.asm.MethodVisitor net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.AnnotationValueFilter net.bytebuddy.implementation.attribute.AnnotationAppender top java.util.Iterator
StackMap stack:
10: aload 6
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast net.bytebuddy.description.annotation.AnnotationDescription
astore 5
start local 5 11: aload 4
aload 5
aload 3
invokeinterface net.bytebuddy.implementation.attribute.AnnotationAppender.append:(Lnet/bytebuddy/description/annotation/AnnotationDescription;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
astore 4
end local 5 12: StackMap locals:
StackMap stack:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 10
13: aload 2
invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
invokeinterface net.bytebuddy.description.method.ParameterList.iterator:()Ljava/util/Iterator;
astore 6
goto 26
StackMap locals:
StackMap stack:
14: aload 6
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast net.bytebuddy.description.method.ParameterDescription
astore 5
start local 5 15: new net.bytebuddy.implementation.attribute.AnnotationAppender$Default
dup
new net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethodParameter
dup
aload 1
16: aload 5
invokeinterface net.bytebuddy.description.method.ParameterDescription.getIndex:()I
invokespecial net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethodParameter.<init>:(Lorg/objectweb/asm/MethodVisitor;I)V
17: invokespecial net.bytebuddy.implementation.attribute.AnnotationAppender$Default.<init>:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender$Target;)V
astore 7
start local 7 18: aload 5
invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
aload 7
19: aload 3
20: aload 5
invokeinterface net.bytebuddy.description.method.ParameterDescription.getIndex:()I
21: invokestatic net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations.ofMethodParameterType:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;I)Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
checkcast net.bytebuddy.implementation.attribute.AnnotationAppender
astore 7
22: aload 5
invokeinterface net.bytebuddy.description.method.ParameterDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
invokeinterface net.bytebuddy.description.annotation.AnnotationList.iterator:()Ljava/util/Iterator;
astore 9
goto 25
StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod org.objectweb.asm.MethodVisitor net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.AnnotationValueFilter net.bytebuddy.implementation.attribute.AnnotationAppender net.bytebuddy.description.method.ParameterDescription java.util.Iterator net.bytebuddy.implementation.attribute.AnnotationAppender top java.util.Iterator
StackMap stack:
23: aload 9
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast net.bytebuddy.description.annotation.AnnotationDescription
astore 8
start local 8 24: aload 7
aload 8
aload 3
invokeinterface net.bytebuddy.implementation.attribute.AnnotationAppender.append:(Lnet/bytebuddy/description/annotation/AnnotationDescription;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
astore 7
end local 8 25: StackMap locals:
StackMap stack:
aload 9
invokeinterface java.util.Iterator.hasNext:()Z
ifne 23
end local 7 end local 5 26: StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod org.objectweb.asm.MethodVisitor net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.AnnotationValueFilter net.bytebuddy.implementation.attribute.AnnotationAppender top java.util.Iterator
StackMap stack:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 14
27: aload 0
aload 4
aload 3
aload 2
invokevirtual net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.appendReceiver:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
astore 4
28: iconst_0
istore 5
start local 5 29: aload 2
invokeinterface net.bytebuddy.description.method.MethodDescription.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
astore 7
goto 35
StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod org.objectweb.asm.MethodVisitor net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.attribute.AnnotationValueFilter net.bytebuddy.implementation.attribute.AnnotationAppender int top java.util.Iterator
StackMap stack:
30: aload 7
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast net.bytebuddy.description.type.TypeDescription$Generic
astore 6
start local 6 31: aload 6
aload 4
32: aload 3
33: iload 5
iinc 5 1
34: invokestatic net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations.ofExceptionType:(Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;I)Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
checkcast net.bytebuddy.implementation.attribute.AnnotationAppender
astore 4
end local 6 35: StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 30
36: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 37 0 this Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
0 37 1 methodVisitor Lorg/objectweb/asm/MethodVisitor;
0 37 2 methodDescription Lnet/bytebuddy/description/method/MethodDescription;
0 37 3 annotationValueFilter Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;
1 37 4 annotationAppender Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
11 12 5 annotation Lnet/bytebuddy/description/annotation/AnnotationDescription;
15 26 5 parameterDescription Lnet/bytebuddy/description/method/ParameterDescription;
18 26 7 parameterAppender Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
24 25 8 annotation Lnet/bytebuddy/description/annotation/AnnotationDescription;
29 37 5 exceptionTypeIndex I
31 35 6 exceptionType Lnet/bytebuddy/description/type/TypeDescription$Generic;
MethodParameters:
Name Flags
methodVisitor
methodDescription
annotationValueFilter
protected abstract net.bytebuddy.implementation.attribute.AnnotationAppender appendReceiver(net.bytebuddy.implementation.attribute.AnnotationAppender, net.bytebuddy.implementation.attribute.AnnotationValueFilter, net.bytebuddy.description.method.MethodDescription);
descriptor: (Lnet/bytebuddy/implementation/attribute/AnnotationAppender;Lnet/bytebuddy/implementation/attribute/AnnotationValueFilter;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/attribute/AnnotationAppender;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
annotationAppender
annotationValueFilter
methodDescription
public static net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod[] values();
descriptor: ()[Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod.ENUM$VALUES:[Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$ForInstrumentedMethod;>;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
SourceFile: "MethodAttributeAppender.java"
NestHost: net.bytebuddy.implementation.attribute.MethodAttributeAppender
InnerClasses:
public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
public abstract Visitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor of net.bytebuddy.description.type.TypeDescription$Generic
public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
public Default = net.bytebuddy.implementation.attribute.AnnotationAppender$Default of net.bytebuddy.implementation.attribute.AnnotationAppender
public ForTypeAnnotations = net.bytebuddy.implementation.attribute.AnnotationAppender$ForTypeAnnotations of net.bytebuddy.implementation.attribute.AnnotationAppender
public abstract Target = net.bytebuddy.implementation.attribute.AnnotationAppender$Target of net.bytebuddy.implementation.attribute.AnnotationAppender
public OnMethod = net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethod of net.bytebuddy.implementation.attribute.AnnotationAppender$Target
public OnMethodParameter = net.bytebuddy.implementation.attribute.AnnotationAppender$Target$OnMethodParameter of net.bytebuddy.implementation.attribute.AnnotationAppender$Target
public abstract Factory = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory of net.bytebuddy.implementation.attribute.MethodAttributeAppender
public abstract ForInstrumentedMethod = net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod of net.bytebuddy.implementation.attribute.MethodAttributeAppender
net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$1
net.bytebuddy.implementation.attribute.MethodAttributeAppender$ForInstrumentedMethod$2
public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher