class picocli.CommandLine$Model$CommandReflection$1 implements picocli.CommandLine$Model$Predicate<picocli.CommandLine$Model$TypedMember>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: picocli.CommandLine$Model$CommandReflection$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // picocli.CommandLine$Model$CommandReflection$1 this
         0: .line 9915
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // picocli.CommandLine$Model$CommandReflection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lpicocli/CommandLine$Model$CommandReflection$1;

  public boolean test(picocli.CommandLine$Model$TypedMember);
    descriptor: (Lpicocli/CommandLine$Model$TypedMember;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // picocli.CommandLine$Model$CommandReflection$1 this
        start local 1 // picocli.CommandLine$Model$TypedMember tm
         0: .line 9917
            aload 1 /* tm */
            invokevirtual picocli.CommandLine$Model$TypedMember.isSpec:()Z
            ifeq 1
            aload 1 /* tm */
            invokevirtual picocli.CommandLine$Model$TypedMember.isArgGroup:()Z
            ifne 1
            aload 1 /* tm */
            invokevirtual picocli.CommandLine$Model$TypedMember.isUnmatched:()Z
            ifne 1
            aload 1 /* tm */
            invokevirtual picocli.CommandLine$Model$TypedMember.isMixin:()Z
            ifne 1
            aload 1 /* tm */
            invokevirtual picocli.CommandLine$Model$TypedMember.isOption:()Z
            ifne 1
            aload 1 /* tm */
            invokevirtual picocli.CommandLine$Model$TypedMember.isParameter:()Z
            ifne 1
            aload 1 /* tm */
            invokevirtual picocli.CommandLine$Model$TypedMember.isParentCommand:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // picocli.CommandLine$Model$TypedMember tm
        end local 0 // picocli.CommandLine$Model$CommandReflection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lpicocli/CommandLine$Model$CommandReflection$1;
            0    2     1    tm  Lpicocli/CommandLine$Model$TypedMember;
    MethodParameters:
      Name  Flags
      tm    

  public boolean test(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 picocli.CommandLine$Model$TypedMember
            invokevirtual picocli.CommandLine$Model$CommandReflection$1.test:(Lpicocli/CommandLine$Model$TypedMember;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lpicocli/CommandLine$Model$Predicate<Lpicocli/CommandLine$Model$TypedMember;>;
SourceFile: "CommandLine.java"
EnclosingMethod: picocli.CommandLine$Model$CommandReflection.injectSpecIntoVersionProvider:(Lpicocli/CommandLine$Model$CommandSpec;Lpicocli/CommandLine$Command;Lpicocli/CommandLine$IFactory;)V
NestHost: picocli.CommandLine
InnerClasses:
  public abstract Command = picocli.CommandLine$Command of picocli.CommandLine
  public abstract IFactory = picocli.CommandLine$IFactory of picocli.CommandLine
  public final Model = picocli.CommandLine$Model of picocli.CommandLine
  private CommandReflection = picocli.CommandLine$Model$CommandReflection of picocli.CommandLine$Model
  picocli.CommandLine$Model$CommandReflection$1
  public CommandSpec = picocli.CommandLine$Model$CommandSpec of picocli.CommandLine$Model
  private abstract Predicate = picocli.CommandLine$Model$Predicate of picocli.CommandLine$Model
  TypedMember = picocli.CommandLine$Model$TypedMember of picocli.CommandLine$Model