final class org.hamcrest.Condition$NotMatched<T> extends org.hamcrest.Condition<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.hamcrest.Condition$NotMatched
  super_class: org.hamcrest.Condition
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hamcrest.Condition$NotMatched this
         0: .line 62
            aload 0 /* this */
            invokespecial org.hamcrest.Condition.<init>:()V
            return
        end local 0 // org.hamcrest.Condition$NotMatched this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hamcrest/Condition$NotMatched<TT;>;

  public boolean matching(org.hamcrest.Matcher<T>, java.lang.String);
    descriptor: (Lorg/hamcrest/Matcher;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.hamcrest.Condition$NotMatched this
        start local 1 // org.hamcrest.Matcher match
        start local 2 // java.lang.String message
         0: .line 63
            iconst_0
            ireturn
        end local 2 // java.lang.String message
        end local 1 // org.hamcrest.Matcher match
        end local 0 // org.hamcrest.Condition$NotMatched this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/hamcrest/Condition$NotMatched<TT;>;
            0    1     1    match  Lorg/hamcrest/Matcher<TT;>;
            0    1     2  message  Ljava/lang/String;
    Signature: (Lorg/hamcrest/Matcher<TT;>;Ljava/lang/String;)Z
    MethodParameters:
         Name  Flags
      match    
      message  

  public <U> org.hamcrest.Condition<U> and(org.hamcrest.Condition$Step<? super T, U>);
    descriptor: (Lorg/hamcrest/Condition$Step;)Lorg/hamcrest/Condition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.hamcrest.Condition$NotMatched this
        start local 1 // org.hamcrest.Condition$Step mapping
         0: .line 66
            invokestatic org.hamcrest.Condition$NotMatched.notMatched:()Lorg/hamcrest/Condition;
            areturn
        end local 1 // org.hamcrest.Condition$Step mapping
        end local 0 // org.hamcrest.Condition$NotMatched this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/hamcrest/Condition$NotMatched<TT;>;
            0    1     1  mapping  Lorg/hamcrest/Condition$Step<-TT;TU;>;
    Signature: <U:Ljava/lang/Object;>(Lorg/hamcrest/Condition$Step<-TT;TU;>;)Lorg/hamcrest/Condition<TU;>;
    MethodParameters:
         Name  Flags
      mapping  
}
Signature: <T:Ljava/lang/Object;>Lorg/hamcrest/Condition<TT;>;
SourceFile: "Condition.java"
NestHost: org.hamcrest.Condition
InnerClasses:
  private final NotMatched = org.hamcrest.Condition$NotMatched of org.hamcrest.Condition
  public abstract Step = org.hamcrest.Condition$Step of org.hamcrest.Condition