public class com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge
  super_class: java.lang.Object
{
  private com.oracle.svm.core.genscavenge.PathExhibitor$PathElement from;
    descriptor: Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
    flags: (0x0002) ACC_PRIVATE

  private com.oracle.svm.core.genscavenge.PathExhibitor$PathElement to;
    descriptor: Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
         0: .line 549
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 550
            return
        end local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;

  public boolean isFilled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
         0: .line 553
            aload 0 /* this */
            getfield com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge.from:Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
            ifnull 1
            aload 0 /* this */
            getfield com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge.to:Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;

  public com.oracle.svm.core.genscavenge.PathExhibitor$PathElement getFrom();
    descriptor: ()Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
         0: .line 557
            aload 0 /* this */
            getfield com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge.from:Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
            areturn
        end local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;

  public com.oracle.svm.core.genscavenge.PathExhibitor$PathElement getTo();
    descriptor: ()Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
         0: .line 561
            aload 0 /* this */
            getfield com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge.to:Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
            areturn
        end local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;

  public void fill(com.oracle.svm.core.genscavenge.PathExhibitor$PathElement, com.oracle.svm.core.genscavenge.PathExhibitor$PathElement);
    descriptor: (Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
        start local 1 // com.oracle.svm.core.genscavenge.PathExhibitor$PathElement fromElem
        start local 2 // com.oracle.svm.core.genscavenge.PathExhibitor$PathElement toElem
         0: .line 565
            aload 0 /* this */
            aload 1 /* fromElem */
            putfield com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge.from:Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
         1: .line 566
            aload 0 /* this */
            aload 2 /* toElem */
            putfield com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge.to:Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
         2: .line 567
            return
        end local 2 // com.oracle.svm.core.genscavenge.PathExhibitor$PathElement toElem
        end local 1 // com.oracle.svm.core.genscavenge.PathExhibitor$PathElement fromElem
        end local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;
            0    3     1  fromElem  Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
            0    3     2    toElem  Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
    MethodParameters:
          Name  Flags
      fromElem  
      toElem    

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
         0: .line 570
            aload 0 /* this */
            aconst_null
            putfield com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge.from:Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
         1: .line 571
            aload 0 /* this */
            aconst_null
            putfield com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge.to:Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathElement;
         2: .line 572
            return
        end local 0 // com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/svm/core/genscavenge/PathExhibitor$PathEdge;
}
SourceFile: "PathExhibitor.java"
NestHost: com.oracle.svm.core.genscavenge.PathExhibitor
InnerClasses:
  public PathEdge = com.oracle.svm.core.genscavenge.PathExhibitor$PathEdge of com.oracle.svm.core.genscavenge.PathExhibitor
  public abstract PathElement = com.oracle.svm.core.genscavenge.PathExhibitor$PathElement of com.oracle.svm.core.genscavenge.PathExhibitor