public final class com.sun.javafx.cursor.StandardCursorFrame extends com.sun.javafx.cursor.CursorFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.cursor.StandardCursorFrame
  super_class: com.sun.javafx.cursor.CursorFrame
{
  private com.sun.javafx.cursor.CursorType cursorType;
    descriptor: Lcom/sun/javafx/cursor/CursorType;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.javafx.cursor.CursorType);
    descriptor: (Lcom/sun/javafx/cursor/CursorType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.cursor.StandardCursorFrame this
        start local 1 // com.sun.javafx.cursor.CursorType cursorType
         0: .line 31
            aload 0 /* this */
            invokespecial com.sun.javafx.cursor.CursorFrame.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* cursorType */
            putfield com.sun.javafx.cursor.StandardCursorFrame.cursorType:Lcom/sun/javafx/cursor/CursorType;
         2: .line 33
            return
        end local 1 // com.sun.javafx.cursor.CursorType cursorType
        end local 0 // com.sun.javafx.cursor.StandardCursorFrame this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lcom/sun/javafx/cursor/StandardCursorFrame;
            0    3     1  cursorType  Lcom/sun/javafx/cursor/CursorType;
    MethodParameters:
            Name  Flags
      cursorType  final

  public com.sun.javafx.cursor.CursorType getCursorType();
    descriptor: ()Lcom/sun/javafx/cursor/CursorType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.cursor.StandardCursorFrame this
         0: .line 37
            aload 0 /* this */
            getfield com.sun.javafx.cursor.StandardCursorFrame.cursorType:Lcom/sun/javafx/cursor/CursorType;
            areturn
        end local 0 // com.sun.javafx.cursor.StandardCursorFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/cursor/StandardCursorFrame;
}
SourceFile: "StandardCursorFrame.java"