public abstract class net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase extends net.bytebuddy.description.ModifierReviewable$AbstractBase implements net.bytebuddy.description.type.TypeDescription$Generic
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: net.bytebuddy.description.type.TypeDescription$Generic$AbstractBase
super_class: net.bytebuddy.description.ModifierReviewable$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.ModifierReviewable$AbstractBase.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$AbstractBase;
public int getModifiers();
descriptor: ()I
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$AbstractBase.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.getModifiers:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$AbstractBase;
public net.bytebuddy.description.type.TypeDescription$Generic asGenericType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$AbstractBase;
public net.bytebuddy.description.type.TypeDescription$Generic asRawType();
descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
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$AbstractBase.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
invokeinterface net.bytebuddy.description.type.TypeDescription.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lnet/bytebuddy/description/type/TypeDescription$Generic$AbstractBase;
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 java.lang.Object.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$AbstractBase;
0 1 1 type Ljava/lang/reflect/Type;
MethodParameters:
Name Flags
type
}
SourceFile: "TypeDescription.java"
NestHost: net.bytebuddy.description.type.TypeDescription
InnerClasses:
public abstract AbstractBase = net.bytebuddy.description.ModifierReviewable$AbstractBase of net.bytebuddy.description.ModifierReviewable
public final Sort = net.bytebuddy.description.type.TypeDefinition$Sort 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