public class EventPackageWithFrames extends EventPackage
The packet to communicate an event from the runtime process together with the current stack frame information.
  • Field Details

    • cleanStackLevel

      public int cleanStackLevel
    • frames

      public List<SyntaxElement> frames
  • Constructor Details

    • EventPackageWithFrames

      public EventPackageWithFrames(int event)
  • Method Details