final class com.sun.glass.ui.ios.IosCursor extends com.sun.glass.ui.Cursor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.glass.ui.ios.IosCursor
  super_class: com.sun.glass.ui.Cursor
{
  protected void <init>(int);
    descriptor: (I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.glass.ui.ios.IosCursor this
        start local 1 // int type
         0: .line 38
            aload 0 /* this */
            iload 1 /* type */
            invokespecial com.sun.glass.ui.Cursor.<init>:(I)V
         1: .line 39
            return
        end local 1 // int type
        end local 0 // com.sun.glass.ui.ios.IosCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/glass/ui/ios/IosCursor;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  protected void <init>(int, int, com.sun.glass.ui.Pixels);
    descriptor: (IILcom/sun/glass/ui/Pixels;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.glass.ui.ios.IosCursor this
        start local 1 // int x
        start local 2 // int y
        start local 3 // com.sun.glass.ui.Pixels pixels
         0: .line 42
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            aload 3 /* pixels */
            invokespecial com.sun.glass.ui.Cursor.<init>:(IILcom/sun/glass/ui/Pixels;)V
         1: .line 43
            return
        end local 3 // com.sun.glass.ui.Pixels pixels
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.glass.ui.ios.IosCursor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/glass/ui/ios/IosCursor;
            0    2     1       x  I
            0    2     2       y  I
            0    2     3  pixels  Lcom/sun/glass/ui/Pixels;
    MethodParameters:
        Name  Flags
      x       
      y       
      pixels  

  protected native long _createCursor(int, int, com.sun.glass.ui.Pixels);
    descriptor: (IILcom/sun/glass/ui/Pixels;)J
    flags: (0x0104) ACC_PROTECTED, ACC_NATIVE
    MethodParameters:
        Name  Flags
      x       
      y       
      pixels  

  private native void _set(int);
    descriptor: (I)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
      Name  Flags
      type  

  private native void _setCustom(long);
    descriptor: (J)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
      Name  Flags
      ptr   

  void set();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.glass.ui.ios.IosCursor this
         0: .line 52
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.ios.IosCursor.getType:()I
            istore 1 /* type */
        start local 1 // int type
         1: .line 53
            iload 1 /* type */
            iconst_m1
            if_icmpeq 2
            iconst_1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: invokestatic com.sun.glass.ui.ios.IosCursor.setVisible:(Z)V
         4: .line 55
            iload 1 /* type */
            tableswitch { // -1 - 0
                   -1: 5
                    0: 6
              default: 8
          }
         5: .line 57
      StackMap locals:
      StackMap stack:
            goto 9
         6: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.glass.ui.ios.IosCursor.getNativeCursor:()J
            invokevirtual com.sun.glass.ui.ios.IosCursor._setCustom:(J)V
         7: .line 60
            goto 9
         8: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* type */
            invokevirtual com.sun.glass.ui.ios.IosCursor._set:(I)V
         9: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int type
        end local 0 // com.sun.glass.ui.ios.IosCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/glass/ui/ios/IosCursor;
            1   10     1  type  I
}
SourceFile: "IosCursor.java"