final class org.eclipse.jgit.fnmatch.WildCardHead 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.WildCardHead
  super_class: org.eclipse.jgit.fnmatch.AbstractHead
{
  void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.WildCardHead this
        start local 1 // boolean star
         0: .line 15
            aload 0 /* this */
            iload 1 /* star */
            invokespecial org.eclipse.jgit.fnmatch.AbstractHead.<init>:(Z)V
         1: .line 16
            return
        end local 1 // boolean star
        end local 0 // org.eclipse.jgit.fnmatch.WildCardHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/fnmatch/WildCardHead;
            0    2     1  star  Z
    MethodParameters:
      Name  Flags
      star  

  protected final boolean matches(char);
    descriptor: (C)Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.WildCardHead this
        start local 1 // char c
         0: .line 21
            iconst_1
            ireturn
        end local 1 // char c
        end local 0 // org.eclipse.jgit.fnmatch.WildCardHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/fnmatch/WildCardHead;
            0    1     1     c  C
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "WildCardHead.java"