final class org.eclipse.jgit.fnmatch.GroupHead$OneCharacterPattern 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$OneCharacterPattern
  super_class: java.lang.Object
{
  private char expectedCharacter;
    descriptor: C
    flags: (0x0002) ACC_PRIVATE

  void <init>(char);
    descriptor: (C)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.GroupHead$OneCharacterPattern this
        start local 1 // char c
         0: .line 183
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 184
            aload 0 /* this */
            iload 1 /* c */
            putfield org.eclipse.jgit.fnmatch.GroupHead$OneCharacterPattern.expectedCharacter:C
         2: .line 185
            return
        end local 1 // char c
        end local 0 // org.eclipse.jgit.fnmatch.GroupHead$OneCharacterPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/fnmatch/GroupHead$OneCharacterPattern;
            0    3     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public final boolean matches(char);
    descriptor: (C)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.GroupHead$OneCharacterPattern this
        start local 1 // char c
         0: .line 189
            aload 0 /* this */
            getfield org.eclipse.jgit.fnmatch.GroupHead$OneCharacterPattern.expectedCharacter:C
            iload 1 /* c */
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // char c
        end local 0 // org.eclipse.jgit.fnmatch.GroupHead$OneCharacterPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/fnmatch/GroupHead$OneCharacterPattern;
            0    2     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 OneCharacterPattern = org.eclipse.jgit.fnmatch.GroupHead$OneCharacterPattern of org.eclipse.jgit.fnmatch.GroupHead