public class net.bytebuddy.description.method.MethodDescription$TypeToken
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: net.bytebuddy.description.method.MethodDescription$TypeToken
super_class: java.lang.Object
{
private final net.bytebuddy.description.type.TypeDescription returnType;
descriptor: Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.List<? extends net.bytebuddy.description.type.TypeDescription> parameterTypes;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
public void <init>(net.bytebuddy.description.type.TypeDescription, java.util.List<? extends net.bytebuddy.description.type.TypeDescription>);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
2: aload 0
aload 2
putfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
0 4 1 returnType Lnet/bytebuddy/description/type/TypeDescription;
0 4 2 parameterTypes Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;)V
MethodParameters:
Name Flags
returnType
parameterTypes
public net.bytebuddy.description.type.TypeDescription getReturnType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
public java.util.List<net.bytebuddy.description.type.TypeDescription> getParameterTypes();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
Signature: ()Ljava/util/List<Lnet/bytebuddy/description/type/TypeDescription;>;
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
invokevirtual java.lang.Object.hashCode:()I
istore 1
start local 1 1: bipush 31
iload 1
imul
aload 0
getfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
invokeinterface java.util.List.hashCode:()I
iadd
istore 1
2: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
1 3 1 result I
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.method.MethodDescription$TypeToken
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast net.bytebuddy.description.method.MethodDescription$TypeToken
astore 2
start local 2 5: aload 0
getfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
aload 2
getfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 6
aload 0
getfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
aload 2
getfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
ifeq 6
iconst_1
ireturn
StackMap locals: net.bytebuddy.description.method.MethodDescription$TypeToken
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/method/MethodDescription$TypeToken;
0 7 1 other Ljava/lang/Object;
5 7 2 typeToken Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
MethodParameters:
Name Flags
other
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
bipush 40
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
astore 1
start local 1 1: aload 0
getfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: net.bytebuddy.description.method.MethodDescription$TypeToken java.lang.StringBuilder top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast net.bytebuddy.description.type.TypeDescription
astore 2
start local 2 3: aload 1
aload 2
invokeinterface net.bytebuddy.description.type.TypeDescription.getDescriptor:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 1
bipush 41
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 0
getfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.getDescriptor:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
1 6 1 stringBuilder Ljava/lang/StringBuilder;
3 4 2 parameterType Lnet/bytebuddy/description/type/TypeDescription;
}
SourceFile: "MethodDescription.java"
NestHost: net.bytebuddy.description.method.MethodDescription
InnerClasses:
public TypeToken = net.bytebuddy.description.method.MethodDescription$TypeToken of net.bytebuddy.description.method.MethodDescription