final class org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern implements org.eclipse.jgit.fnmatch.GroupHead$CharacterPattern
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern
  super_class: java.lang.Object
{
  static final org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern INSTANCE;
    descriptor: Lorg/eclipse/jgit/fnmatch/GroupHead$WhitespacePattern;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 172
            new org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern
            dup
            invokespecial org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern.<init>:()V
            putstatic org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern.INSTANCE:Lorg/eclipse/jgit/fnmatch/GroupHead$WhitespacePattern;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern this
         0: .line 171
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/fnmatch/GroupHead$WhitespacePattern;

  public final boolean matches(char);
    descriptor: (C)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern this
        start local 1 // char c
         0: .line 176
            iload 1 /* c */
            invokestatic java.lang.Character.isWhitespace:(C)Z
            ireturn
        end local 1 // char c
        end local 0 // org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/fnmatch/GroupHead$WhitespacePattern;
            0    1     1     c  C
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "GroupHead.java"
NestHost: org.eclipse.jgit.fnmatch.GroupHead
InnerClasses:
  private abstract CharacterPattern = org.eclipse.jgit.fnmatch.GroupHead$CharacterPattern of org.eclipse.jgit.fnmatch.GroupHead
  private final WhitespacePattern = org.eclipse.jgit.fnmatch.GroupHead$WhitespacePattern of org.eclipse.jgit.fnmatch.GroupHead