final class org.eclipse.jgit.fnmatch.CharacterHead extends org.eclipse.jgit.fnmatch.AbstractHead
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.fnmatch.CharacterHead
  super_class: org.eclipse.jgit.fnmatch.AbstractHead
{
  private final char expectedCharacter;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(char);
    descriptor: (C)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.CharacterHead this
        start local 1 // char expectedCharacter
         0: .line 57
            aload 0 /* this */
            iconst_0
            invokespecial org.eclipse.jgit.fnmatch.AbstractHead.<init>:(Z)V
         1: .line 58
            aload 0 /* this */
            iload 1 /* expectedCharacter */
            putfield org.eclipse.jgit.fnmatch.CharacterHead.expectedCharacter:C
         2: .line 59
            return
        end local 1 // char expectedCharacter
        end local 0 // org.eclipse.jgit.fnmatch.CharacterHead this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/eclipse/jgit/fnmatch/CharacterHead;
            0    3     1  expectedCharacter  C
    MethodParameters:
                   Name  Flags
      expectedCharacter  

  protected final boolean matches(char);
    descriptor: (C)Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.CharacterHead this
        start local 1 // char c
         0: .line 64
            iload 1 /* c */
            aload 0 /* this */
            getfield org.eclipse.jgit.fnmatch.CharacterHead.expectedCharacter: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.CharacterHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/fnmatch/CharacterHead;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.fnmatch.CharacterHead this
         0: .line 70
            aload 0 /* this */
            getfield org.eclipse.jgit.fnmatch.CharacterHead.expectedCharacter:C
            invokestatic java.lang.String.valueOf:(C)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.fnmatch.CharacterHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/fnmatch/CharacterHead;
}
SourceFile: "CharacterHead.java"