public final class org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher<X>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher
  super_class: java.lang.Object
{
  private final org.hamcrest.Matcher<? super X> first;
    descriptor: Lorg/hamcrest/Matcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/hamcrest/Matcher<-TX;>;

  public void <init>(org.hamcrest.Matcher<? super X>);
    descriptor: (Lorg/hamcrest/Matcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher this
        start local 1 // org.hamcrest.Matcher matcher
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            aload 1 /* matcher */
            putfield org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher.first:Lorg/hamcrest/Matcher;
         2: .line 79
            return
        end local 1 // org.hamcrest.Matcher matcher
        end local 0 // org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/hamcrest/core/CombinableMatcher$CombinableEitherMatcher<TX;>;
            0    3     1  matcher  Lorg/hamcrest/Matcher<-TX;>;
    Signature: (Lorg/hamcrest/Matcher<-TX;>;)V
    MethodParameters:
         Name  Flags
      matcher  

  public org.hamcrest.core.CombinableMatcher<X> or(org.hamcrest.Matcher<? super X>);
    descriptor: (Lorg/hamcrest/Matcher;)Lorg/hamcrest/core/CombinableMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher this
        start local 1 // org.hamcrest.Matcher other
         0: .line 81
            new org.hamcrest.core.CombinableMatcher
            dup
            aload 0 /* this */
            getfield org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher.first:Lorg/hamcrest/Matcher;
            invokespecial org.hamcrest.core.CombinableMatcher.<init>:(Lorg/hamcrest/Matcher;)V
            aload 1 /* other */
            invokevirtual org.hamcrest.core.CombinableMatcher.or:(Lorg/hamcrest/Matcher;)Lorg/hamcrest/core/CombinableMatcher;
            areturn
        end local 1 // org.hamcrest.Matcher other
        end local 0 // org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/hamcrest/core/CombinableMatcher$CombinableEitherMatcher<TX;>;
            0    1     1  other  Lorg/hamcrest/Matcher<-TX;>;
    Signature: (Lorg/hamcrest/Matcher<-TX;>;)Lorg/hamcrest/core/CombinableMatcher<TX;>;
    MethodParameters:
       Name  Flags
      other  
}
Signature: <X:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "CombinableMatcher.java"
NestHost: org.hamcrest.core.CombinableMatcher
InnerClasses:
  public final CombinableEitherMatcher = org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher of org.hamcrest.core.CombinableMatcher