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

  private final char end;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  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$CharacterRange this
        start local 1 // char c
         0: .line 131
            aload 0 /* this */
            getfield org.eclipse.jgit.fnmatch.GroupHead$CharacterRange.start:C
            iload 1 /* c */
            if_icmpgt 1
            iload 1 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.fnmatch.GroupHead$CharacterRange.end:C
            if_icmpgt 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$CharacterRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/fnmatch/GroupHead$CharacterRange;
            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 CharacterRange = org.eclipse.jgit.fnmatch.GroupHead$CharacterRange of org.eclipse.jgit.fnmatch.GroupHead