public class com.apple.eawt.event.RotationEvent extends com.apple.eawt.event.GestureEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.apple.eawt.event.RotationEvent
  super_class: com.apple.eawt.event.GestureEvent
{
  final double rotation;
    descriptor: D
    flags: (0x0010) ACC_FINAL

  void <init>(double);
    descriptor: (D)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.apple.eawt.event.RotationEvent this
        start local 1 // double rotation
         0: .line 38
            aload 0 /* this */
            invokespecial com.apple.eawt.event.GestureEvent.<init>:()V
         1: .line 40
            aload 0 /* this */
            dload 1 /* rotation */
            putfield com.apple.eawt.event.RotationEvent.rotation:D
         2: .line 41
            return
        end local 1 // double rotation
        end local 0 // com.apple.eawt.event.RotationEvent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/apple/eawt/event/RotationEvent;
            0    3     1  rotation  D
    MethodParameters:
          Name  Flags
      rotation  final

  public double getRotation();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.apple.eawt.event.RotationEvent this
         0: .line 47
            aload 0 /* this */
            getfield com.apple.eawt.event.RotationEvent.rotation:D
            dreturn
        end local 0 // com.apple.eawt.event.RotationEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/apple/eawt/event/RotationEvent;
}
SourceFile: "RotationEvent.java"