public class net.bytebuddy.matcher.InstanceTypeMatcher<T> 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.InstanceTypeMatcher
  super_class: net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase
{
  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription> matcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;

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

  public boolean matches();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.InstanceTypeMatcher this
        start local 1 // java.lang.Object target
         0: .line 47
            aload 1 /* target */
            ifnull 1
            aload 0 /* this */
            getfield net.bytebuddy.matcher.InstanceTypeMatcher.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 1 /* target */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object target
        end local 0 // net.bytebuddy.matcher.InstanceTypeMatcher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lnet/bytebuddy/matcher/InstanceTypeMatcher<TT;>;
            0    2     1  target  TT;
    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.InstanceTypeMatcher this
         0: .line 52
            new java.lang.StringBuilder
            dup
            ldc "ofType("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.matcher.InstanceTypeMatcher.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.InstanceTypeMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/InstanceTypeMatcher<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TT;>;
SourceFile: "InstanceTypeMatcher.java"
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  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()