public class net.bytebuddy.matcher.BooleanMatcher<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.BooleanMatcher
  super_class: net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase
{
  private final boolean matches;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.BooleanMatcher this
        start local 1 // boolean matches
         0: .line 38
            aload 0 /* this */
            invokespecial net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase.<init>:()V
         1: .line 39
            aload 0 /* this */
            iload 1 /* matches */
            putfield net.bytebuddy.matcher.BooleanMatcher.matches:Z
         2: .line 40
            return
        end local 1 // boolean matches
        end local 0 // net.bytebuddy.matcher.BooleanMatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/matcher/BooleanMatcher<TT;>;
            0    3     1  matches  Z
    MethodParameters:
         Name  Flags
      matches  

  public boolean matches();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.BooleanMatcher this
        start local 1 // java.lang.Object target
         0: .line 46
            aload 0 /* this */
            getfield net.bytebuddy.matcher.BooleanMatcher.matches:Z
            ireturn
        end local 1 // java.lang.Object target
        end local 0 // net.bytebuddy.matcher.BooleanMatcher this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/matcher/BooleanMatcher<TT;>;
            0    1     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=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.matcher.BooleanMatcher this
         0: .line 51
            aload 0 /* this */
            getfield net.bytebuddy.matcher.BooleanMatcher.matches:Z
            invokestatic java.lang.Boolean.toString:(Z)Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.matcher.BooleanMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/BooleanMatcher<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TT;>;
SourceFile: "BooleanMatcher.java"
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  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()