Package

org.scaladebugger.api.lowlevel

classes

Permalink

package classes

Visibility
  1. Public
  2. All

Type Members

  1. trait ClassManager extends AnyRef

    Permalink

    Represents a manager of classes available on the virtual machine and their associated files.

  2. trait ClassPrepareManager extends AnyRef

    Permalink

    Represents the manager for class prepare requests.

  3. case class ClassPrepareRequestInfo(requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable

    Permalink

    Represents information about a class prepare request.

    Represents information about a class prepare request.

    requestId

    The id of the request

    isPending

    Whether or not this request is pending (not on remote JVM)

    extraArguments

    The additional arguments provided to the class prepare request

  4. trait ClassUnloadManager extends AnyRef

    Permalink

    Represents the manager for class unload requests.

  5. case class ClassUnloadRequestInfo(requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable

    Permalink

    Represents information about a class unload request.

    Represents information about a class unload request.

    requestId

    The id of the request

    isPending

    Whether or not this request is pending (not on remote JVM)

    extraArguments

    The additional arguments provided to the class unload request

  6. class DummyClassPrepareManager extends ClassPrepareManager

    Permalink

    Represents a class prepare manager whose operations do nothing.

  7. class DummyClassUnloadManager extends ClassUnloadManager

    Permalink

    Represents a class unload manager whose operations do nothing.

  8. trait PendingClassPrepareSupport extends PendingClassPrepareSupportLike

    Permalink

    Provides pending class prepare capabilities to an existing class prepare manager.

  9. trait PendingClassPrepareSupportLike extends ClassPrepareManager with PendingRequestSupport

    Permalink

    Provides pending class prepare capabilities to an existing class prepare manager.

  10. trait PendingClassUnloadSupport extends PendingClassUnloadSupportLike

    Permalink

    Provides pending class unload capabilities to an existing class unload manager.

  11. trait PendingClassUnloadSupportLike extends ClassUnloadManager with PendingRequestSupport

    Permalink

    Provides pending class unload capabilities to an existing class unload manager.

  12. class StandardClassManager extends ClassManager with JDIHelperMethods with Logging

    Permalink

    Represents a manager of classes available on the virtual machine and their associated files.

  13. class StandardClassPrepareManager extends ClassPrepareManager with Logging

    Permalink

    Represents the manager for class prepare requests.

  14. class StandardClassUnloadManager extends ClassUnloadManager with Logging

    Permalink

    Represents the manager for class unload requests.

  15. trait StandardPendingClassPrepareSupport extends PendingClassPrepareSupport

    Permalink

    Provides pending class prepare capabilities to an existing class prepare manager.

    Provides pending class prepare capabilities to an existing class prepare manager.

    Contains an internal pending action manager.

  16. trait StandardPendingClassUnloadSupport extends PendingClassUnloadSupport

    Permalink

    Provides pending class unload capabilities to an existing class unload manager.

    Provides pending class unload capabilities to an existing class unload manager.

    Contains an internal pending action manager.

Value Members

  1. object ClassManager

    Permalink

    Represents the container for constants used in the class manager.

Ungrouped