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, className: String, methodName: String, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable

    Represents information about a method entry request.

    Represents information about a method entry request.

    requestId

    The id of the request

    className

    The full name of the class containing the method

    methodName

    The name of the method

    extraArguments

    The additional arguments provided to the method entry request

  5. trait MethodExitManager extends AnyRef

    Represents the manager for method exit requests.

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

    Represents information about a method exit request.

    Represents information about a method exit request.

    requestId

    The id of the request

    className

    The full name of the class containing the method

    methodName

    The name of the method

    extraArguments

    The additional arguments provided to the method exit request

  7. trait PendingMethodEntrySupport extends MethodEntryManager with PendingRequestSupport

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

  8. trait PendingMethodExitSupport extends MethodExitManager with PendingRequestSupport

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

  9. class StandardMethodEntryManager extends MethodEntryManager with Logging

    Represents the manager for method entry requests.

  10. class StandardMethodExitManager extends MethodExitManager with Logging

    Represents the manager for method exit requests.

  11. trait StandardPendingMethodEntrySupport extends PendingMethodEntrySupport

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

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

    Contains an internal pending action manager.

  12. trait StandardPendingMethodExitSupport extends PendingMethodExitSupport

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

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

    Contains an internal pending action manager.

Ungrouped