public class com.apple.eawt.event.SwipeEvent 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.SwipeEvent
  super_class: com.apple.eawt.event.GestureEvent
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.apple.eawt.event.SwipeEvent this
         0: .line 36
            aload 0 /* this */
            invokespecial com.apple.eawt.event.GestureEvent.<init>:()V
         1: .line 38
            return
        end local 0 // com.apple.eawt.event.SwipeEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/apple/eawt/event/SwipeEvent;
}
SourceFile: "SwipeEvent.java"