public abstract class com.sun.tools.example.debug.event.LocatableEventSet extends com.sun.tools.example.debug.event.AbstractEventSet
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.example.debug.event.LocatableEventSet
  super_class: com.sun.tools.example.debug.event.AbstractEventSet
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1027131209997915620

  void <init>(com.sun.jdi.event.EventSet);
    descriptor: (Lcom/sun/jdi/event/EventSet;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.event.LocatableEventSet this
        start local 1 // com.sun.jdi.event.EventSet jdiEventSet
         0: .line 48
            aload 0 /* this */
            aload 1 /* jdiEventSet */
            invokespecial com.sun.tools.example.debug.event.AbstractEventSet.<init>:(Lcom/sun/jdi/event/EventSet;)V
         1: .line 49
            return
        end local 1 // com.sun.jdi.event.EventSet jdiEventSet
        end local 0 // com.sun.tools.example.debug.event.LocatableEventSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/tools/example/debug/event/LocatableEventSet;
            0    2     1  jdiEventSet  Lcom/sun/jdi/event/EventSet;
    MethodParameters:
             Name  Flags
      jdiEventSet  

  public com.sun.jdi.Location getLocation();
    descriptor: ()Lcom/sun/jdi/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.event.LocatableEventSet this
         0: .line 59
            aload 0 /* this */
            getfield com.sun.tools.example.debug.event.LocatableEventSet.oneEvent:Lcom/sun/jdi/event/Event;
            checkcast com.sun.jdi.event.LocatableEvent
            invokeinterface com.sun.jdi.event.LocatableEvent.location:()Lcom/sun/jdi/Location;
            areturn
        end local 0 // com.sun.tools.example.debug.event.LocatableEventSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/event/LocatableEventSet;

  public com.sun.jdi.ThreadReference getThread();
    descriptor: ()Lcom/sun/jdi/ThreadReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.event.LocatableEventSet this
         0: .line 69
            aload 0 /* this */
            getfield com.sun.tools.example.debug.event.LocatableEventSet.oneEvent:Lcom/sun/jdi/event/Event;
            checkcast com.sun.jdi.event.LocatableEvent
            invokeinterface com.sun.jdi.event.LocatableEvent.thread:()Lcom/sun/jdi/ThreadReference;
            areturn
        end local 0 // com.sun.tools.example.debug.event.LocatableEventSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/event/LocatableEventSet;
}
SourceFile: "LocatableEventSet.java"