public class com.sun.javafx.sg.prism.NodePath
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.sg.prism.NodePath
  super_class: java.lang.Object
{
  private java.util.List<com.sun.javafx.sg.prism.NGNode> path;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/javafx/sg/prism/NGNode;>;

  private int position;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NodePath this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
         2: .line 35
            return
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NodePath;

  public com.sun.javafx.sg.prism.NGNode last();
    descriptor: ()Lcom/sun/javafx/sg/prism/NGNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NodePath this
         0: .line 40
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.javafx.sg.prism.NGNode
      StackMap locals:
      StackMap stack: com.sun.javafx.sg.prism.NGNode
         2: areturn
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NodePath;

  public com.sun.javafx.sg.prism.NGNode getCurrentNode();
    descriptor: ()Lcom/sun/javafx/sg/prism/NGNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NodePath this
         0: .line 46
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.position:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.javafx.sg.prism.NGNode
            areturn
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NodePath;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NodePath this
         0: .line 50
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.position:I
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            if_icmpge 1
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NodePath.isEmpty:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/sg/prism/NodePath;

  public void next();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NodePath this
         0: .line 54
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NodePath.hasNext:()Z
            ifne 2
         1: .line 55
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.sg.prism.NodePath.position:I
            iconst_1
            iadd
            putfield com.sun.javafx.sg.prism.NodePath.position:I
         3: .line 58
            return
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/sg/prism/NodePath;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NodePath this
         0: .line 61
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 1
            iconst_m1
            goto 2
      StackMap locals:
      StackMap stack: com.sun.javafx.sg.prism.NodePath
         1: iconst_0
      StackMap locals: com.sun.javafx.sg.prism.NodePath
      StackMap stack: com.sun.javafx.sg.prism.NodePath int
         2: putfield com.sun.javafx.sg.prism.NodePath.position:I
         3: .line 62
            return
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/sg/prism/NodePath;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NodePath this
         0: .line 67
            aload 0 /* this */
            iconst_m1
            putfield com.sun.javafx.sg.prism.NodePath.position:I
         1: .line 68
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 69
            return
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NodePath;

  public void add(com.sun.javafx.sg.prism.NGNode);
    descriptor: (Lcom/sun/javafx/sg/prism/NGNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NodePath this
        start local 1 // com.sun.javafx.sg.prism.NGNode n
         0: .line 72
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            iconst_0
            aload 1 /* n */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         1: .line 73
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.position:I
            iconst_m1
            if_icmpne 2
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.sg.prism.NodePath.position:I
         2: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.javafx.sg.prism.NGNode n
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NodePath;
            0    3     1     n  Lcom/sun/javafx/sg/prism/NGNode;
    MethodParameters:
      Name  Flags
      n     

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NodePath this
         0: .line 77
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NodePath;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NodePath this
         0: .line 81
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NodePath;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NodePath this
         0: .line 85
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NodePath.path:Ljava/util/List;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NodePath this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NodePath;
}
SourceFile: "NodePath.java"