public class net.bytebuddy.matcher.HasSuperTypeMatcher<T extends net.bytebuddy.description.type.TypeDescription> extends net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.matcher.HasSuperTypeMatcher
  super_class: net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase
{
  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription$Generic> matcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription$Generic;>;

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription$Generic>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.HasSuperTypeMatcher this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
         0: .line 44
            aload 0 /* this */
            invokespecial net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1 /* matcher */
            putfield net.bytebuddy.matcher.HasSuperTypeMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 46
            return
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.matcher.HasSuperTypeMatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/matcher/HasSuperTypeMatcher<TT;>;
            0    3     1  matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription$Generic;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription$Generic;>;)V
    MethodParameters:
         Name  Flags
      matcher  

  public boolean matches();
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // net.bytebuddy.matcher.HasSuperTypeMatcher this
        start local 1 // net.bytebuddy.description.type.TypeDescription target
         0: .line 52
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 2 /* previous */
        start local 2 // java.util.Set previous
         1: .line 53
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.type.TypeDescription.iterator:()Ljava/util/Iterator;
            astore 4
            goto 15
      StackMap locals: net.bytebuddy.matcher.HasSuperTypeMatcher net.bytebuddy.description.type.TypeDescription java.util.Set top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            astore 3 /* typeDefinition */
        start local 3 // net.bytebuddy.description.type.TypeDefinition typeDefinition
         3: .line 54
            aload 2 /* previous */
            aload 3 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 55
            iconst_0
            ireturn
         5: .line 56
      StackMap locals: net.bytebuddy.matcher.HasSuperTypeMatcher net.bytebuddy.description.type.TypeDescription java.util.Set net.bytebuddy.description.type.TypeDefinition java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.matcher.HasSuperTypeMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 3 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 57
            iconst_1
            ireturn
         7: .line 59
      StackMap locals:
      StackMap stack:
            new java.util.LinkedList
            dup
            aload 3 /* typeDefinition */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getInterfaces:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokespecial java.util.LinkedList.<init>:(Ljava/util/Collection;)V
            astore 5 /* interfaceTypes */
        start local 5 // java.util.LinkedList interfaceTypes
         8: .line 60
            goto 14
         9: .line 61
      StackMap locals: java.util.LinkedList
      StackMap stack:
            aload 5 /* interfaceTypes */
            invokevirtual java.util.LinkedList.removeFirst:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            astore 6 /* interfaceType */
        start local 6 // net.bytebuddy.description.type.TypeDefinition interfaceType
        10: .line 62
            aload 2 /* previous */
            aload 6 /* interfaceType */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            ifeq 14
        11: .line 63
            aload 0 /* this */
            getfield net.bytebuddy.matcher.HasSuperTypeMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 6 /* interfaceType */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 13
        12: .line 64
            iconst_1
            ireturn
        13: .line 66
      StackMap locals: net.bytebuddy.description.type.TypeDefinition
      StackMap stack:
            aload 5 /* interfaceTypes */
            aload 6 /* interfaceType */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.getInterfaces:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokevirtual java.util.LinkedList.addAll:(Ljava/util/Collection;)Z
            pop
        end local 6 // net.bytebuddy.description.type.TypeDefinition interfaceType
        14: .line 60
      StackMap locals:
      StackMap stack:
            aload 5 /* interfaceTypes */
            invokevirtual java.util.LinkedList.isEmpty:()Z
            ifeq 9
        end local 5 // java.util.LinkedList interfaceTypes
        end local 3 // net.bytebuddy.description.type.TypeDefinition typeDefinition
        15: .line 53
      StackMap locals: net.bytebuddy.matcher.HasSuperTypeMatcher net.bytebuddy.description.type.TypeDescription java.util.Set top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        16: .line 71
            iconst_0
            ireturn
        end local 2 // java.util.Set previous
        end local 1 // net.bytebuddy.description.type.TypeDescription target
        end local 0 // net.bytebuddy.matcher.HasSuperTypeMatcher this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lnet/bytebuddy/matcher/HasSuperTypeMatcher<TT;>;
            0   17     1          target  TT;
            1   17     2        previous  Ljava/util/Set<Lnet/bytebuddy/description/type/TypeDescription;>;
            3   15     3  typeDefinition  Lnet/bytebuddy/description/type/TypeDefinition;
            8   15     5  interfaceTypes  Ljava/util/LinkedList<Lnet/bytebuddy/description/type/TypeDefinition;>;
           10   14     6   interfaceType  Lnet/bytebuddy/description/type/TypeDefinition;
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      target  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.matcher.HasSuperTypeMatcher this
         0: .line 76
            new java.lang.StringBuilder
            dup
            ldc "hasSuperType("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.matcher.HasSuperTypeMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.matcher.HasSuperTypeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/HasSuperTypeMatcher<TT;>;

  public boolean matches(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast net.bytebuddy.description.type.TypeDescription
            invokevirtual net.bytebuddy.matcher.HasSuperTypeMatcher.matches:(Lnet/bytebuddy/description/type/TypeDescription;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T::Lnet/bytebuddy/description/type/TypeDescription;>Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TT;>;
SourceFile: "HasSuperTypeMatcher.java"
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
  public abstract AbstractBase = net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase of net.bytebuddy.matcher.ElementMatcher$Junction
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()