public abstract class net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType extends net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType
super_class: net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public net.bytebuddy.description.type.TypeDefinition$Sort getSort();
descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic net.bytebuddy.description.type.TypeDefinition$Sort.PARAMETERIZED:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public net.bytebuddy.description.type.TypeDescription$Generic getSuperClass();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.getSuperClass:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
astore 1
start local 1 1: aload 1
ifnonnull 3
2: getstatic net.bytebuddy.description.type.TypeDescription$Generic.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription$Generic;
goto 4
3: StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
StackMap stack:
new net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithResolvedErasure
dup
aload 1
new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding
dup
aload 0
invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
invokespecial net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithResolvedErasure.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)V
4: StackMap locals:
StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
1 5 1 superClass Lnet/bytebuddy/description/type/TypeDescription$Generic;
public net.bytebuddy.description.type.TypeList$Generic getInterfaces();
descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: new net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes$WithResolvedErasure
dup
aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.getInterfaces:()Lnet/bytebuddy/description/type/TypeList$Generic;
new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding
dup
aload 0
invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
invokespecial net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes$WithResolvedErasure.<init>:(Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription$InGenericShape> getDeclaredFields();
descriptor: ()Lnet/bytebuddy/description/field/FieldList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=1, args_size=1
start local 0 0: new net.bytebuddy.description.field.FieldList$TypeSubstituting
dup
aload 0
aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredFields:()Lnet/bytebuddy/description/field/FieldList;
new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding
dup
aload 0
invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
invokespecial net.bytebuddy.description.field.FieldList$TypeSubstituting.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
Signature: ()Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InGenericShape;>;
public net.bytebuddy.description.method.MethodList<net.bytebuddy.description.method.MethodDescription$InGenericShape> getDeclaredMethods();
descriptor: ()Lnet/bytebuddy/description/method/MethodList;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=1, args_size=1
start local 0 0: new net.bytebuddy.description.method.MethodList$TypeSubstituting
dup
aload 0
aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
new net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding
dup
aload 0
invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
invokespecial net.bytebuddy.description.method.MethodList$TypeSubstituting.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
Signature: ()Lnet/bytebuddy/description/method/MethodList<Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;>;
public net.bytebuddy.description.type.TypeDescription$Generic findBindingOf(net.bytebuddy.description.type.TypeDescription$Generic);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 start local 1 0: aload 0
astore 2
start local 2 1: StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
StackMap stack:
aload 2
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getTypeArguments:()Lnet/bytebuddy/description/type/TypeList$Generic;
astore 3
start local 3 2: aload 2
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
astore 4
start local 4 3: iconst_0
istore 5
start local 5 4: goto 8
5: StackMap locals: net.bytebuddy.description.type.TypeList$Generic net.bytebuddy.description.type.TypeList$Generic int
StackMap stack:
aload 1
aload 4
iload 5
invokeinterface net.bytebuddy.description.type.TypeList$Generic.get:(I)Ljava/lang/Object;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 7
6: aload 3
iload 5
invokeinterface net.bytebuddy.description.type.TypeList$Generic.get:(I)Ljava/lang/Object;
checkcast net.bytebuddy.description.type.TypeDescription$Generic
areturn
7: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
8: iload 5
aload 3
invokeinterface net.bytebuddy.description.type.TypeList$Generic.size:()I
aload 4
invokeinterface net.bytebuddy.description.type.TypeList$Generic.size:()I
invokestatic java.lang.Math.min:(II)I
if_icmplt 5
end local 5 9: aload 2
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getOwnerType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
astore 2
end local 4 end local 3 10: aload 2
ifnull 11
aload 2
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSort:()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
invokevirtual net.bytebuddy.description.type.TypeDefinition$Sort.isParameterized:()Z
ifne 1
11: StackMap locals:
StackMap stack:
getstatic net.bytebuddy.description.type.TypeDescription$Generic.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription$Generic;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
0 12 1 typeVariable Lnet/bytebuddy/description/type/TypeDescription$Generic;
1 12 2 typeDescription Lnet/bytebuddy/description/type/TypeDescription$Generic;
2 10 3 typeArguments Lnet/bytebuddy/description/type/TypeList$Generic;
3 10 4 typeVariables Lnet/bytebuddy/description/type/TypeList$Generic;
4 9 5 index I
MethodParameters:
Name Flags
typeVariable
public net.bytebuddy.description.type.TypeList$Generic getUpperBounds();
descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "A parameterized type does not imply upper bounds: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public net.bytebuddy.description.type.TypeList$Generic getLowerBounds();
descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "A parameterized type does not imply lower bounds: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public net.bytebuddy.description.type.TypeDescription$Generic getComponentType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "A parameterized type does not imply a component type: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public net.bytebuddy.description.TypeVariableSource getTypeVariableSource();
descriptor: ()Lnet/bytebuddy/description/TypeVariableSource;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "A parameterized type does not imply a type variable source: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public java.lang.String getSymbol();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "A parameterized type does not imply a symbol: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public java.lang.String getTypeName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public java.lang.String getActualName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public boolean isPrimitive();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public boolean isArray();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public boolean represents(java.lang.reflect.Type);
descriptor: (Ljava/lang/reflect/Type;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic net.bytebuddy.description.type.TypeDefinition$Sort.describe:(Ljava/lang/reflect/Type;)Lnet/bytebuddy/description/type/TypeDescription$Generic;
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.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/type/TypeDescription$Generic$OfParameterizedType;
0 1 1 type Ljava/lang/reflect/Type;
MethodParameters:
Name Flags
type
public java.util.Iterator<net.bytebuddy.description.type.TypeDefinition> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new net.bytebuddy.description.type.TypeDefinition$SuperClassIterator
dup
aload 0
invokespecial net.bytebuddy.description.type.TypeDefinition$SuperClassIterator.<init>:(Lnet/bytebuddy/description/type/TypeDefinition;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
Signature: ()Ljava/util/Iterator<Lnet/bytebuddy/description/type/TypeDefinition;>;
public <T> T accept(net.bytebuddy.description.type.TypeDescription$Generic$Visitor<T>);
descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic$Visitor.onParameterizedType:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
0 1 1 visitor Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<TT;>;
Signature: <T:Ljava/lang/Object;>(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<TT;>;)TT;
MethodParameters:
Name Flags
visitor
public net.bytebuddy.implementation.bytecode.StackSize getStackSize();
descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackSize;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic net.bytebuddy.implementation.bytecode.StackSize.SINGLE:Lnet/bytebuddy/implementation/bytecode/StackSize;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: iconst_1
istore 1
start local 1 1: aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.getTypeArguments:()Lnet/bytebuddy/description/type/TypeList$Generic;
invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType int top java.util.Iterator
StackMap stack:
2: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast net.bytebuddy.description.type.TypeDescription$Generic
astore 2
start local 2 3: bipush 31
iload 1
imul
aload 2
invokevirtual java.lang.Object.hashCode:()I
iadd
istore 1
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.getOwnerType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
astore 2
start local 2 6: iload 1
aload 2
ifnonnull 8
7: aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
invokevirtual java.lang.Object.hashCode:()I
goto 9
8: StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType int net.bytebuddy.description.type.TypeDescription$Generic
StackMap stack: int
aload 2
invokevirtual java.lang.Object.hashCode:()I
9: StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType int net.bytebuddy.description.type.TypeDescription$Generic
StackMap stack: int int
ixor
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
1 10 1 result I
3 4 2 typeArgument Lnet/bytebuddy/description/type/TypeDescription$Generic;
6 10 2 ownerType Lnet/bytebuddy/description/type/TypeDescription$Generic;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, 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.type.TypeDescription$Generic
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast net.bytebuddy.description.type.TypeDescription$Generic
astore 2
start local 2 5: aload 2
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getSort:()Lnet/bytebuddy/description/type/TypeDefinition$Sort;
invokevirtual net.bytebuddy.description.type.TypeDefinition$Sort.isParameterized:()Z
ifne 7
6: iconst_0
ireturn
7: StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
StackMap stack:
aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.getOwnerType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
astore 3
start local 3 8: aload 2
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getOwnerType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
astore 4
start local 4 9: aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
aload 2
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 14
10: aload 3
ifnonnull 11
aload 4
ifnonnull 14
StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic net.bytebuddy.description.type.TypeDescription$Generic
StackMap stack:
11: aload 3
ifnull 12
aload 3
aload 4
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 14
12: StackMap locals:
StackMap stack:
aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.getTypeArguments:()Lnet/bytebuddy/description/type/TypeList$Generic;
aload 2
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getTypeArguments:()Lnet/bytebuddy/description/type/TypeList$Generic;
invokeinterface net.bytebuddy.description.type.TypeList$Generic.equals:(Ljava/lang/Object;)Z
ifeq 14
13: iconst_1
ireturn
StackMap locals:
StackMap stack:
14: iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
0 15 1 other Ljava/lang/Object;
5 15 2 typeDescription Lnet/bytebuddy/description/type/TypeDescription$Generic;
8 15 3 ownerType Lnet/bytebuddy/description/type/TypeDescription$Generic;
9 15 4 otherOwnerType Lnet/bytebuddy/description/type/TypeDescription$Generic;
MethodParameters:
Name Flags
other
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: getstatic net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$RenderingDelegate.CURRENT:Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType$RenderingDelegate;
aload 1
aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.getOwnerType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$RenderingDelegate.apply:(Ljava/lang/StringBuilder;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
2: aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.getTypeArguments:()Lnet/bytebuddy/description/type/TypeList$Generic;
astore 2
start local 2 3: aload 2
invokeinterface net.bytebuddy.description.type.TypeList$Generic.isEmpty:()Z
ifne 14
4: aload 1
bipush 60
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
5: iconst_0
istore 3
start local 3 6: aload 2
invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
astore 5
goto 12
StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType java.lang.StringBuilder net.bytebuddy.description.type.TypeList$Generic int top java.util.Iterator
StackMap stack:
7: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast net.bytebuddy.description.type.TypeDescription$Generic
astore 4
start local 4 8: iload 3
ifeq 10
9: aload 1
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
10: StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType java.lang.StringBuilder net.bytebuddy.description.type.TypeList$Generic int net.bytebuddy.description.type.TypeDescription$Generic java.util.Iterator
StackMap stack:
aload 1
aload 4
invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getTypeName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
11: iconst_1
istore 3
end local 4 12: StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType java.lang.StringBuilder net.bytebuddy.description.type.TypeList$Generic int top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 7
13: aload 1
bipush 62
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
end local 3 14: StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType java.lang.StringBuilder net.bytebuddy.description.type.TypeList$Generic
StackMap stack:
aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$OfParameterizedType;
1 15 1 stringBuilder Ljava/lang/StringBuilder;
3 15 2 typeArguments Lnet/bytebuddy/description/type/TypeList$Generic;
6 14 3 multiple Z
8 12 4 typeArgument Lnet/bytebuddy/description/type/TypeDescription$Generic;
public net.bytebuddy.description.type.TypeDefinition getComponentType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType.getComponentType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "TypeDescription.java"
NestHost: net.bytebuddy.description.type.TypeDescription
InnerClasses:
public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
public abstract InGenericShape = net.bytebuddy.description.field.FieldDescription$InGenericShape of net.bytebuddy.description.field.FieldDescription
public TypeSubstituting = net.bytebuddy.description.field.FieldList$TypeSubstituting of net.bytebuddy.description.field.FieldList
public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
public abstract InGenericShape = net.bytebuddy.description.method.MethodDescription$InGenericShape of net.bytebuddy.description.method.MethodDescription
public TypeSubstituting = net.bytebuddy.description.method.MethodList$TypeSubstituting of net.bytebuddy.description.method.MethodList
public final Sort = net.bytebuddy.description.type.TypeDefinition$Sort of net.bytebuddy.description.type.TypeDefinition
public SuperClassIterator = net.bytebuddy.description.type.TypeDefinition$SuperClassIterator of net.bytebuddy.description.type.TypeDefinition
public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
public abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase of net.bytebuddy.description.type.TypeDescription$Generic
public abstract LazyProjection = net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection of net.bytebuddy.description.type.TypeDescription$Generic
public WithResolvedErasure = net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection$WithResolvedErasure of net.bytebuddy.description.type.TypeDescription$Generic$LazyProjection
public abstract OfParameterizedType = net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType of net.bytebuddy.description.type.TypeDescription$Generic
public ForGenerifiedErasure = net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$ForGenerifiedErasure of net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType
public ForLoadedType = net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$ForLoadedType of net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType
public ForReifiedType = net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$ForReifiedType of net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType
public Latent = net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$Latent of net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType
protected abstract RenderingDelegate = net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType$RenderingDelegate of net.bytebuddy.description.type.TypeDescription$Generic$OfParameterizedType
public abstract Visitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor of net.bytebuddy.description.type.TypeDescription$Generic
public abstract Substitutor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor of net.bytebuddy.description.type.TypeDescription$Generic$Visitor
public ForTypeVariableBinding = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor$ForTypeVariableBinding of net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor
public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
public ForDetachedTypes = net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes of net.bytebuddy.description.type.TypeList$Generic
public WithResolvedErasure = net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes$WithResolvedErasure of net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes