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 start local 1 0: aload 0
invokespecial com.apple.eawt.event.GestureEvent.<init>:()V
1: aload 0
dload 1
putfield com.apple.eawt.event.RotationEvent.rotation:D
2: return
end local 1 end local 0 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 0: aload 0
getfield com.apple.eawt.event.RotationEvent.rotation:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/apple/eawt/event/RotationEvent;
}
SourceFile: "RotationEvent.java"