Package

org.scaladebugger.api.profiles.pure.info

events

Permalink

package events

Visibility
  1. Public
  2. All

Type Members

  1. class PureAccessWatchpointEventInfo extends PureWatchpointEventInfo with AccessWatchpointEventInfo

    Permalink

    Represents a pure implementation of an access watchpoint event info profile that adds no custom logic on top of the standard JDI.

  2. class PureBreakpointEventInfo extends PureLocatableEventInfo with BreakpointEventInfo

    Permalink

    Represents a pure implementation of a breakpoint event info profile that adds no custom logic on top of the standard JDI.

  3. class PureClassPrepareEventInfo extends PureEventInfo with ClassPrepareEventInfo

    Permalink

    Represents a pure implementation of a class prepare event info profile that adds no custom logic on top of the standard JDI.

  4. class PureClassUnloadEventInfo extends PureEventInfo with ClassUnloadEventInfo

    Permalink

    Represents a pure implementation of a class unload event info profile that adds no custom logic on top of the standard JDI.

  5. class PureEventInfo extends EventInfo

    Permalink

    Represents a pure implementation of an event info profile that adds no custom logic on top of the standard JDI.

  6. class PureEventInfoProducer extends EventInfoProducer

    Permalink

    Represents the interface to produce pure event info profile instances.

  7. class PureExceptionEventInfo extends PureLocatableEventInfo with ExceptionEventInfo

    Permalink

    Represents a pure implementation of a exception event info profile that adds no custom logic on top of the standard JDI.

  8. class PureLocatableEventInfo extends PureEventInfo with LocatableEventInfo

    Permalink

    Represents a pure implementation of a locatable event info profile that adds no custom logic on top of the standard JDI.

  9. class PureMethodEntryEventInfo extends PureLocatableEventInfo with MethodEntryEventInfo

    Permalink

    Represents a pure implementation of a method entry event info profile that adds no custom logic on top of the standard JDI.

  10. class PureMethodExitEventInfo extends PureLocatableEventInfo with MethodExitEventInfo

    Permalink

    Represents a pure implementation of a method exit event info profile that adds no custom logic on top of the standard JDI.

  11. class PureModificationWatchpointEventInfo extends PureWatchpointEventInfo with ModificationWatchpointEventInfo

    Permalink

    Represents a pure implementation of a modification watchpoint event info profile that adds no custom logic on top of the standard JDI.

  12. class PureMonitorContendedEnterEventInfo extends PureMonitorEventInfo with MonitorContendedEnterEventInfo

    Permalink

    Represents a pure implementation of a monitor contended enter event info profile that adds no custom logic on top of the standard JDI.

  13. class PureMonitorContendedEnteredEventInfo extends PureMonitorEventInfo with MonitorContendedEnteredEventInfo

    Permalink

    Represents a pure implementation of a monitor contended entered event info profile that adds no custom logic on top of the standard JDI.

  14. class PureMonitorEventInfo extends PureLocatableEventInfo with MonitorEventInfo

    Permalink

    Represents a pure implementation of a monitor event info profile that adds no custom logic on top of the standard JDI.

  15. class PureMonitorWaitEventInfo extends PureMonitorEventInfo with MonitorWaitEventInfo

    Permalink

    Represents a pure implementation of a monitor wait event info profile that adds no custom logic on top of the standard JDI.

  16. class PureMonitorWaitedEventInfo extends PureMonitorEventInfo with MonitorWaitedEventInfo

    Permalink

    Represents a pure implementation of a monitor waited event info profile that adds no custom logic on top of the standard JDI.

  17. class PureStepEventInfo extends PureLocatableEventInfo with StepEventInfo

    Permalink

    Represents a pure implementation of a step event info profile that adds no custom logic on top of the standard JDI.

  18. class PureThreadDeathEventInfo extends PureEventInfo with ThreadDeathEventInfo

    Permalink

    Represents a pure implementation of a thread death event info profile that adds no custom logic on top of the standard JDI.

  19. class PureThreadStartEventInfo extends PureEventInfo with ThreadStartEventInfo

    Permalink

    Represents a pure implementation of a thread start event info profile that adds no custom logic on top of the standard JDI.

  20. class PureVMDeathEventInfo extends PureEventInfo with VMDeathEventInfo

    Permalink

    Represents a pure implementation of a vm death event info profile that adds no custom logic on top of the standard JDI.

  21. class PureVMDisconnectEventInfo extends PureEventInfo with VMDisconnectEventInfo

    Permalink

    Represents a pure implementation of a vm disconnect event info profile that adds no custom logic on top of the standard JDI.

  22. class PureVMStartEventInfo extends PureEventInfo with VMStartEventInfo

    Permalink

    Represents a pure implementation of a vm start event info profile that adds no custom logic on top of the standard JDI.

  23. class PureWatchpointEventInfo extends PureLocatableEventInfo with WatchpointEventInfo

    Permalink

    Represents a pure implementation of a watchpoint event info profile that adds no custom logic on top of the standard JDI.

Ungrouped