abstract class org.eclipse.jgit.fnmatch.AbstractHead implements org.eclipse.jgit.fnmatch.Head
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jgit.fnmatch.AbstractHead
  super_class: java.lang.Object
{
  private java.util.List<org.eclipse.jgit.fnmatch.Head> newHeads;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/eclipse/jgit/fnmatch/Head;>;

  private final boolean star;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected abstract boolean matches(char);
    descriptor: (C)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      c     

  void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.AbstractHead this
        start local 1 // boolean star
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 18
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jgit.fnmatch.AbstractHead.newHeads:Ljava/util/List;
         2: .line 32
            aload 0 /* this */
            iload 1 /* star */
            putfield org.eclipse.jgit.fnmatch.AbstractHead.star:Z
         3: .line 33
            return
        end local 1 // boolean star
        end local 0 // org.eclipse.jgit.fnmatch.AbstractHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/fnmatch/AbstractHead;
            0    4     1  star  Z
    MethodParameters:
      Name  Flags
      star  

  public final void setNewHeads(java.util.List<org.eclipse.jgit.fnmatch.Head>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.AbstractHead this
        start local 1 // java.util.List newHeads
         0: .line 43
            aload 0 /* this */
            getfield org.eclipse.jgit.fnmatch.AbstractHead.newHeads:Ljava/util/List;
            ifnull 2
         1: .line 44
            new java.lang.IllegalStateException
            dup
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.propertyIsAlreadyNonNull:Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newHeads */
            putfield org.eclipse.jgit.fnmatch.AbstractHead.newHeads:Ljava/util/List;
         3: .line 46
            return
        end local 1 // java.util.List newHeads
        end local 0 // org.eclipse.jgit.fnmatch.AbstractHead this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jgit/fnmatch/AbstractHead;
            0    4     1  newHeads  Ljava/util/List<Lorg/eclipse/jgit/fnmatch/Head;>;
    Signature: (Ljava/util/List<Lorg/eclipse/jgit/fnmatch/Head;>;)V
    MethodParameters:
          Name  Flags
      newHeads  

  public java.util.List<org.eclipse.jgit.fnmatch.Head> getNextHeads(char);
    descriptor: (C)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.fnmatch.AbstractHead this
        start local 1 // char c
         0: .line 51
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual org.eclipse.jgit.fnmatch.AbstractHead.matches:(C)Z
            ifeq 2
         1: .line 52
            aload 0 /* this */
            getfield org.eclipse.jgit.fnmatch.AbstractHead.newHeads:Ljava/util/List;
            areturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jgit.fnmatch.FileNameMatcher.EMPTY_HEAD_LIST:Ljava/util/List;
            areturn
        end local 1 // char c
        end local 0 // org.eclipse.jgit.fnmatch.AbstractHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/fnmatch/AbstractHead;
            0    3     1     c  C
    Signature: (C)Ljava/util/List<Lorg/eclipse/jgit/fnmatch/Head;>;
    MethodParameters:
      Name  Flags
      c     

  boolean isStar();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.fnmatch.AbstractHead this
         0: .line 58
            aload 0 /* this */
            getfield org.eclipse.jgit.fnmatch.AbstractHead.star:Z
            ireturn
        end local 0 // org.eclipse.jgit.fnmatch.AbstractHead this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/fnmatch/AbstractHead;
}
SourceFile: "AbstractHead.java"