public abstract class org.eclipse.jgit.lib.ObjectIdRef implements org.eclipse.jgit.lib.Ref
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jgit.lib.ObjectIdRef
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jgit.lib.Ref$Storage storage;
    descriptor: Lorg/eclipse/jgit/lib/Ref$Storage;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jgit.lib.ObjectId objectId;
    descriptor: Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long updateIndex;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(org.eclipse.jgit.lib.Ref$Storage, java.lang.String, org.eclipse.jgit.lib.ObjectId, long);
    descriptor: (Lorg/eclipse/jgit/lib/Ref$Storage;Ljava/lang/String;Lorg/eclipse/jgit/lib/ObjectId;J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // org.eclipse.jgit.lib.ObjectIdRef this
        start local 1 // org.eclipse.jgit.lib.Ref$Storage st
        start local 2 // java.lang.String name
        start local 3 // org.eclipse.jgit.lib.ObjectId id
        start local 4 // long updateIndex
         0: .line 199
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 201
            aload 0 /* this */
            aload 2 /* name */
            putfield org.eclipse.jgit.lib.ObjectIdRef.name:Ljava/lang/String;
         2: .line 202
            aload 0 /* this */
            aload 1 /* st */
            putfield org.eclipse.jgit.lib.ObjectIdRef.storage:Lorg/eclipse/jgit/lib/Ref$Storage;
         3: .line 203
            aload 0 /* this */
            aload 3 /* id */
            putfield org.eclipse.jgit.lib.ObjectIdRef.objectId:Lorg/eclipse/jgit/lib/ObjectId;
         4: .line 204
            aload 0 /* this */
            lload 4 /* updateIndex */
            putfield org.eclipse.jgit.lib.ObjectIdRef.updateIndex:J
         5: .line 205
            return
        end local 4 // long updateIndex
        end local 3 // org.eclipse.jgit.lib.ObjectId id
        end local 2 // java.lang.String name
        end local 1 // org.eclipse.jgit.lib.Ref$Storage st
        end local 0 // org.eclipse.jgit.lib.ObjectIdRef this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/eclipse/jgit/lib/ObjectIdRef;
            0    6     1           st  Lorg/eclipse/jgit/lib/Ref$Storage;
            0    6     2         name  Ljava/lang/String;
            0    6     3           id  Lorg/eclipse/jgit/lib/ObjectId;
            0    6     4  updateIndex  J
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
      2:
        org.eclipse.jgit.annotations.Nullable()
      3:
    RuntimeInvisibleParameterAnnotations: 
      0:
        org.eclipse.jgit.annotations.NonNull()
      1:
        org.eclipse.jgit.annotations.NonNull()
      2:
      3:
    MethodParameters:
             Name  Flags
      st           
      name         
      id           
      updateIndex  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdRef this
         0: .line 211
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdRef.name:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.lib.ObjectIdRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectIdRef;
    RuntimeInvisibleAnnotations: 
      org.eclipse.jgit.annotations.NonNull()

  public boolean isSymbolic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdRef this
         0: .line 217
            iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.lib.ObjectIdRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectIdRef;

  public org.eclipse.jgit.lib.Ref getLeaf();
    descriptor: ()Lorg/eclipse/jgit/lib/Ref;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdRef this
         0: .line 224
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jgit.lib.ObjectIdRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectIdRef;
    RuntimeInvisibleAnnotations: 
      org.eclipse.jgit.annotations.NonNull()

  public org.eclipse.jgit.lib.Ref getTarget();
    descriptor: ()Lorg/eclipse/jgit/lib/Ref;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdRef this
         0: .line 231
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jgit.lib.ObjectIdRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectIdRef;
    RuntimeInvisibleAnnotations: 
      org.eclipse.jgit.annotations.NonNull()

  public org.eclipse.jgit.lib.ObjectId getObjectId();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdRef this
         0: .line 238
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdRef.objectId:Lorg/eclipse/jgit/lib/ObjectId;
            areturn
        end local 0 // org.eclipse.jgit.lib.ObjectIdRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectIdRef;
    RuntimeVisibleAnnotations: 
      org.eclipse.jgit.annotations.Nullable()

  public org.eclipse.jgit.lib.Ref$Storage getStorage();
    descriptor: ()Lorg/eclipse/jgit/lib/Ref$Storage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdRef this
         0: .line 245
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdRef.storage:Lorg/eclipse/jgit/lib/Ref$Storage;
            areturn
        end local 0 // org.eclipse.jgit.lib.ObjectIdRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectIdRef;
    RuntimeInvisibleAnnotations: 
      org.eclipse.jgit.annotations.NonNull()

  public long getUpdateIndex();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdRef this
         0: .line 254
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdRef.updateIndex:J
            ldc -1
            lcmp
            ifne 2
         1: .line 255
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
         2: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdRef.updateIndex:J
            lreturn
        end local 0 // org.eclipse.jgit.lib.ObjectIdRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/lib/ObjectIdRef;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectIdRef this
         0: .line 264
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* r */
        start local 1 // java.lang.StringBuilder r
         1: .line 265
            aload 1 /* r */
            ldc "Ref["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 266
            aload 1 /* r */
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectIdRef.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 267
            aload 1 /* r */
            bipush 61
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         4: .line 268
            aload 1 /* r */
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectIdRef.getObjectId:()Lorg/eclipse/jgit/lib/ObjectId;
            invokestatic org.eclipse.jgit.lib.ObjectId.toString:(Lorg/eclipse/jgit/lib/ObjectId;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 269
            aload 1 /* r */
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         6: .line 270
            aload 1 /* r */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectIdRef.updateIndex:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            pop
         7: .line 271
            aload 1 /* r */
            ldc ")]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 272
            aload 1 /* r */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder r
        end local 0 // org.eclipse.jgit.lib.ObjectIdRef this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/jgit/lib/ObjectIdRef;
            1    9     1     r  Ljava/lang/StringBuilder;
    RuntimeInvisibleAnnotations: 
      org.eclipse.jgit.annotations.NonNull()
}
SourceFile: "ObjectIdRef.java"
NestMembers:
  org.eclipse.jgit.lib.ObjectIdRef$PeeledNonTag  org.eclipse.jgit.lib.ObjectIdRef$PeeledTag  org.eclipse.jgit.lib.ObjectIdRef$Unpeeled
InnerClasses:
  public PeeledNonTag = org.eclipse.jgit.lib.ObjectIdRef$PeeledNonTag of org.eclipse.jgit.lib.ObjectIdRef
  public PeeledTag = org.eclipse.jgit.lib.ObjectIdRef$PeeledTag of org.eclipse.jgit.lib.ObjectIdRef
  public Unpeeled = org.eclipse.jgit.lib.ObjectIdRef$Unpeeled of org.eclipse.jgit.lib.ObjectIdRef
  public final Storage = org.eclipse.jgit.lib.Ref$Storage of org.eclipse.jgit.lib.Ref