org.scaladebugger.api.lowlevel

methods

package methods

Visibility
  1. Public
  2. All

Type Members

  1. class DummyMethodEntryManager extends MethodEntryManager

    Represents a method entry manager whose operations do nothing.

  2. class DummyMethodExitManager extends MethodExitManager

    Represents a method exit manager whose operations do nothing.

  3. trait MethodEntryManager extends AnyRef

    Represents the manager for method entry requests.

  4. case class MethodEntryRequestInfo(requestId: String, isPending: Boolean, className: String, methodName: String, extraArguments: Seq[JDIRequestArgument] = immutable.this.Nil) extends RequestInfo with Product with Serializable

    Represents information about a method entry request.

  5. trait MethodExitManager extends AnyRef

    Represents the manager for method exit requests.

  6. case class MethodExitRequestInfo(requestId: String, isPending: Boolean, className: String, methodName: String, extraArguments: Seq[JDIRequestArgument] = immutable.this.Nil) extends RequestInfo with Product with Serializable

    Represents information about a method exit request.

  7. trait PendingMethodEntrySupport extends PendingMethodEntrySupportLike

    Provides pending method entry capabilities to an existing access watchpoint manager.

  8. trait PendingMethodEntrySupportLike extends MethodEntryManager with PendingRequestSupport

    Provides pending method entry capabilities to an existing access watchpoint manager.

  9. trait PendingMethodExitSupport extends PendingMethodExitSupportLike

    Provides pending method exit capabilities to an existing access watchpoint manager.

  10. trait PendingMethodExitSupportLike extends MethodExitManager with PendingRequestSupport

    Provides pending method exit capabilities to an existing access watchpoint manager.

  11. class StandardMethodEntryManager extends MethodEntryManager with Logging

    Represents the manager for method entry requests.

  12. class StandardMethodExitManager extends MethodExitManager with Logging

    Represents the manager for method exit requests.

  13. trait StandardPendingMethodEntrySupport extends PendingMethodEntrySupport

    Provides pending method entry capabilities to an existing method entry manager.

  14. trait StandardPendingMethodExitSupport extends PendingMethodExitSupport

    Provides pending method exit capabilities to an existing method exit manager.

Ungrouped