final class org.eclipse.jgit.fnmatch.GroupHead$PunctPattern 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$PunctPattern
  super_class: java.lang.Object
{
  static final org.eclipse.jgit.fnmatch.GroupHead$PunctPattern INSTANCE;
    descriptor: Lorg/eclipse/jgit/fnmatch/GroupHead$PunctPattern;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private static java.lang.String punctCharacters;
    descriptor: Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 194
            new org.eclipse.jgit.fnmatch.GroupHead$PunctPattern
            dup
            invokespecial org.eclipse.jgit.fnmatch.GroupHead$PunctPattern.<init>:()V
            putstatic org.eclipse.jgit.fnmatch.GroupHead$PunctPattern.INSTANCE:Lorg/eclipse/jgit/fnmatch/GroupHead$PunctPattern;
         1: .line 196
            ldc "-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"
            putstatic org.eclipse.jgit.fnmatch.GroupHead$PunctPattern.punctCharacters:Ljava/lang/String;
            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$PunctPattern this
         0: .line 193
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.fnmatch.GroupHead$PunctPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/fnmatch/GroupHead$PunctPattern;

  public boolean matches(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.GroupHead$PunctPattern this
        start local 1 // char c
         0: .line 200
            getstatic org.eclipse.jgit.fnmatch.GroupHead$PunctPattern.punctCharacters:Ljava/lang/String;
            iload 1 /* c */
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 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$PunctPattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/fnmatch/GroupHead$PunctPattern;
            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 PunctPattern = org.eclipse.jgit.fnmatch.GroupHead$PunctPattern of org.eclipse.jgit.fnmatch.GroupHead