class javafx.scene.shape.Path$1 implements com.sun.javafx.scene.shape.PathHelper$PathAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.Path$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Path$1 this
         0: .line 96
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javafx.scene.shape.Path$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Path$1;

  public com.sun.javafx.sg.prism.NGNode doCreatePeer(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Path$1 this
        start local 1 // javafx.scene.Node node
         0: .line 99
            aload 1 /* node */
            checkcast javafx.scene.shape.Path
            invokevirtual javafx.scene.shape.Path.doCreatePeer:()Lcom/sun/javafx/sg/prism/NGNode;
            areturn
        end local 1 // javafx.scene.Node node
        end local 0 // javafx.scene.shape.Path$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Path$1;
            0    1     1  node  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      node  

  public void doUpdatePeer(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Path$1 this
        start local 1 // javafx.scene.Node node
         0: .line 104
            aload 1 /* node */
            checkcast javafx.scene.shape.Path
            invokevirtual javafx.scene.shape.Path.doUpdatePeer:()V
         1: .line 105
            return
        end local 1 // javafx.scene.Node node
        end local 0 // javafx.scene.shape.Path$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/shape/Path$1;
            0    2     1  node  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      node  

  public javafx.geometry.Bounds doComputeLayoutBounds(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Ljavafx/geometry/Bounds;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Path$1 this
        start local 1 // javafx.scene.Node node
         0: .line 109
            aload 1 /* node */
            checkcast javafx.scene.shape.Path
            invokevirtual javafx.scene.shape.Path.doComputeLayoutBounds:()Ljavafx/geometry/Bounds;
            areturn
        end local 1 // javafx.scene.Node node
        end local 0 // javafx.scene.shape.Path$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/Path$1;
            0    1     1  node  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      node  

  public javafx.scene.paint.Paint doCssGetFillInitialValue(javafx.scene.shape.Shape);
    descriptor: (Ljavafx/scene/shape/Shape;)Ljavafx/scene/paint/Paint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Path$1 this
        start local 1 // javafx.scene.shape.Shape shape
         0: .line 114
            aload 1 /* shape */
            checkcast javafx.scene.shape.Path
            invokevirtual javafx.scene.shape.Path.doCssGetFillInitialValue:()Ljavafx/scene/paint/Paint;
            areturn
        end local 1 // javafx.scene.shape.Shape shape
        end local 0 // javafx.scene.shape.Path$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/shape/Path$1;
            0    1     1  shape  Ljavafx/scene/shape/Shape;
    MethodParameters:
       Name  Flags
      shape  

  public javafx.scene.paint.Paint doCssGetStrokeInitialValue(javafx.scene.shape.Shape);
    descriptor: (Ljavafx/scene/shape/Shape;)Ljavafx/scene/paint/Paint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Path$1 this
        start local 1 // javafx.scene.shape.Shape shape
         0: .line 119
            aload 1 /* shape */
            checkcast javafx.scene.shape.Path
            invokevirtual javafx.scene.shape.Path.doCssGetStrokeInitialValue:()Ljavafx/scene/paint/Paint;
            areturn
        end local 1 // javafx.scene.shape.Shape shape
        end local 0 // javafx.scene.shape.Path$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/shape/Path$1;
            0    1     1  shape  Ljavafx/scene/shape/Shape;
    MethodParameters:
       Name  Flags
      shape  

  public com.sun.javafx.geom.Shape doConfigShape(javafx.scene.shape.Shape);
    descriptor: (Ljavafx/scene/shape/Shape;)Lcom/sun/javafx/geom/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.shape.Path$1 this
        start local 1 // javafx.scene.shape.Shape shape
         0: .line 124
            aload 1 /* shape */
            checkcast javafx.scene.shape.Path
            invokevirtual javafx.scene.shape.Path.doConfigShape:()Lcom/sun/javafx/geom/Path2D;
            areturn
        end local 1 // javafx.scene.shape.Shape shape
        end local 0 // javafx.scene.shape.Path$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/scene/shape/Path$1;
            0    1     1  shape  Ljavafx/scene/shape/Shape;
    MethodParameters:
       Name  Flags
      shape  
}
SourceFile: "Path.java"
EnclosingMethod: javafx.scene.shape.Path
NestHost: javafx.scene.shape.Path
InnerClasses:
  public abstract PathAccessor = com.sun.javafx.scene.shape.PathHelper$PathAccessor of com.sun.javafx.scene.shape.PathHelper
  javafx.scene.shape.Path$1