public class net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound implements net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound
super_class: java.lang.Object
{
private final java.util.List<net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory> factories;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;>;
public void <init>(net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory[]);
descriptor: ([Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;)V
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound this
start local 1 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory[] factory
0: .line 104
aload 0 /* this */
aload 1 /* factory */
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound.<init>:(Ljava/util/List;)V
1: .line 105
return
end local 1 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory[] factory
end local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory$Compound;
0 2 1 factory [Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
MethodParameters:
Name Flags
factory
public void <init>(java.util.List<? extends net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory>);
descriptor: (Ljava/util/List;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound this
start local 1 // java.util.List factories
0: .line 112
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 113
aload 0 /* this */
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound.factories:Ljava/util/List;
2: .line 114
aload 1 /* factories */
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 9
StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound java.util.List top java.util.Iterator
StackMap stack:
3: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory
astore 2 /* factory */
start local 2 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory factory
4: .line 115
aload 2 /* factory */
instanceof net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound
ifeq 7
5: .line 116
aload 0 /* this */
getfield net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound.factories:Ljava/util/List;
aload 2 /* factory */
checkcast net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound
getfield net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound.factories:Ljava/util/List;
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
6: .line 117
goto 9
StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound java.util.List net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory java.util.Iterator
StackMap stack:
7: aload 2 /* factory */
instanceof net.bytebuddy.implementation.attribute.MethodAttributeAppender$NoOp
ifne 9
8: .line 118
aload 0 /* this */
getfield net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound.factories:Ljava/util/List;
aload 2 /* factory */
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 2 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory factory
9: .line 114
StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound java.util.List top java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
10: .line 121
return
end local 1 // java.util.List factories
end local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound this
LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory$Compound;
0 11 1 factories Ljava/util/List<+Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;>;
4 9 2 factory Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
Signature: (Ljava/util/List<+Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;>;)V
MethodParameters:
Name Flags
factories
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=3, locals=5, args_size=2
start local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound this
start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
0: .line 127
new java.util.ArrayList
dup
aload 0 /* this */
getfield net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound.factories:Ljava/util/List;
invokeinterface java.util.List.size:()I
invokespecial java.util.ArrayList.<init>:(I)V
astore 2 /* methodAttributeAppenders */
start local 2 // java.util.List methodAttributeAppenders
1: .line 128
aload 0 /* this */
getfield net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound.factories:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 4
StackMap locals: net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound net.bytebuddy.description.type.TypeDescription java.util.List top java.util.Iterator
StackMap stack:
2: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory
astore 3 /* factory */
start local 3 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory factory
3: .line 129
aload 2 /* methodAttributeAppenders */
aload 3 /* factory */
aload 1 /* typeDescription */
invokeinterface net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory.make:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 3 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory factory
4: .line 128
StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: .line 131
new net.bytebuddy.implementation.attribute.MethodAttributeAppender$Compound
dup
aload 2 /* methodAttributeAppenders */
invokespecial net.bytebuddy.implementation.attribute.MethodAttributeAppender$Compound.<init>:(Ljava/util/List;)V
areturn
end local 2 // java.util.List methodAttributeAppenders
end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
end local 0 // net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory$Compound;
0 6 1 typeDescription Lnet/bytebuddy/description/type/TypeDescription;
1 6 2 methodAttributeAppenders Ljava/util/List<Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender;>;
3 4 3 factory Lnet/bytebuddy/implementation/attribute/MethodAttributeAppender$Factory;
MethodParameters:
Name Flags
typeDescription
}
SourceFile: "MethodAttributeAppender.java"
NestHost: net.bytebuddy.implementation.attribute.MethodAttributeAppender
InnerClasses:
public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
public Compound = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Compound of net.bytebuddy.implementation.attribute.MethodAttributeAppender
public abstract Factory = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory of net.bytebuddy.implementation.attribute.MethodAttributeAppender
public Compound = net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory$Compound of net.bytebuddy.implementation.attribute.MethodAttributeAppender$Factory
public final NoOp = net.bytebuddy.implementation.attribute.MethodAttributeAppender$NoOp of net.bytebuddy.implementation.attribute.MethodAttributeAppender
RuntimeVisibleAnnotations:
net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()