public final class org.eclipse.jgit.lib.GitmoduleEntry
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.lib.GitmoduleEntry
  super_class: java.lang.Object
{
  private final org.eclipse.jgit.lib.AnyObjectId treeId;
    descriptor: Lorg/eclipse/jgit/lib/AnyObjectId;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(org.eclipse.jgit.lib.AnyObjectId, org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;Lorg/eclipse/jgit/lib/AnyObjectId;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.GitmoduleEntry this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId treeId
        start local 2 // org.eclipse.jgit.lib.AnyObjectId blobId
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            aload 1 /* treeId */
            invokevirtual org.eclipse.jgit.lib.AnyObjectId.copy:()Lorg/eclipse/jgit/lib/ObjectId;
            putfield org.eclipse.jgit.lib.GitmoduleEntry.treeId:Lorg/eclipse/jgit/lib/AnyObjectId;
         2: .line 70
            aload 0 /* this */
            aload 2 /* blobId */
            invokevirtual org.eclipse.jgit.lib.AnyObjectId.copy:()Lorg/eclipse/jgit/lib/ObjectId;
            putfield org.eclipse.jgit.lib.GitmoduleEntry.blobId:Lorg/eclipse/jgit/lib/AnyObjectId;
         3: .line 71
            return
        end local 2 // org.eclipse.jgit.lib.AnyObjectId blobId
        end local 1 // org.eclipse.jgit.lib.AnyObjectId treeId
        end local 0 // org.eclipse.jgit.lib.GitmoduleEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jgit/lib/GitmoduleEntry;
            0    4     1  treeId  Lorg/eclipse/jgit/lib/AnyObjectId;
            0    4     2  blobId  Lorg/eclipse/jgit/lib/AnyObjectId;
    MethodParameters:
        Name  Flags
      treeId  
      blobId  

  public org.eclipse.jgit.lib.AnyObjectId getBlobId();
    descriptor: ()Lorg/eclipse/jgit/lib/AnyObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.GitmoduleEntry this
         0: .line 77
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.GitmoduleEntry.blobId:Lorg/eclipse/jgit/lib/AnyObjectId;
            areturn
        end local 0 // org.eclipse.jgit.lib.GitmoduleEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/GitmoduleEntry;

  public org.eclipse.jgit.lib.AnyObjectId getTreeId();
    descriptor: ()Lorg/eclipse/jgit/lib/AnyObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.GitmoduleEntry this
         0: .line 84
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.GitmoduleEntry.treeId:Lorg/eclipse/jgit/lib/AnyObjectId;
            areturn
        end local 0 // org.eclipse.jgit.lib.GitmoduleEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/GitmoduleEntry;
}
SourceFile: "GitmoduleEntry.java"