class javafx.scene.shape.PathElement$1 implements com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.scene.shape.PathElement$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.PathElement$1 this
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javafx.scene.shape.PathElement$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/shape/PathElement$1;

  public com.sun.javafx.scene.shape.PathElementHelper getHelper(javafx.scene.shape.PathElement);
    descriptor: (Ljavafx/scene/shape/PathElement;)Lcom/sun/javafx/scene/shape/PathElementHelper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // javafx.scene.shape.PathElement$1 this
        start local 1 // javafx.scene.shape.PathElement pathElement
         0: .line 58
            aload 1 /* pathElement */
            getfield javafx.scene.shape.PathElement.pathElementHelper:Lcom/sun/javafx/scene/shape/PathElementHelper;
            areturn
        end local 1 // javafx.scene.shape.PathElement pathElement
        end local 0 // javafx.scene.shape.PathElement$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavafx/scene/shape/PathElement$1;
            0    1     1  pathElement  Ljavafx/scene/shape/PathElement;
    MethodParameters:
             Name  Flags
      pathElement  

  public void setHelper(javafx.scene.shape.PathElement, com.sun.javafx.scene.shape.PathElementHelper);
    descriptor: (Ljavafx/scene/shape/PathElement;Lcom/sun/javafx/scene/shape/PathElementHelper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.scene.shape.PathElement$1 this
        start local 1 // javafx.scene.shape.PathElement pathElement
        start local 2 // com.sun.javafx.scene.shape.PathElementHelper pathElementHelper
         0: .line 63
            aload 1 /* pathElement */
            aload 2 /* pathElementHelper */
            putfield javafx.scene.shape.PathElement.pathElementHelper:Lcom/sun/javafx/scene/shape/PathElementHelper;
         1: .line 64
            return
        end local 2 // com.sun.javafx.scene.shape.PathElementHelper pathElementHelper
        end local 1 // javafx.scene.shape.PathElement pathElement
        end local 0 // javafx.scene.shape.PathElement$1 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Ljavafx/scene/shape/PathElement$1;
            0    2     1        pathElement  Ljavafx/scene/shape/PathElement;
            0    2     2  pathElementHelper  Lcom/sun/javafx/scene/shape/PathElementHelper;
    MethodParameters:
                   Name  Flags
      pathElement        
      pathElementHelper  
}
SourceFile: "PathElement.java"
EnclosingMethod: javafx.scene.shape.PathElement
NestHost: javafx.scene.shape.PathElement
InnerClasses:
  public abstract PathElementAccessor = com.sun.javafx.scene.shape.PathElementHelper$PathElementAccessor of com.sun.javafx.scene.shape.PathElementHelper
  javafx.scene.shape.PathElement$1