org.scaladebugger.api.lowlevel

classes

package classes

Visibility
  1. Public
  2. All

Type Members

  1. trait ClassManager extends AnyRef

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

  2. trait ClassPrepareManager extends AnyRef

    Represents the manager for class prepare requests.

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

    Represents information about a class prepare request.

  4. trait ClassUnloadManager extends AnyRef

    Represents the manager for class unload requests.

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

    Represents information about a class unload request.

  6. class DummyClassPrepareManager extends ClassPrepareManager

    Represents a class prepare manager whose operations do nothing.

  7. class DummyClassUnloadManager extends ClassUnloadManager

    Represents a class unload manager whose operations do nothing.

  8. trait PendingClassPrepareSupport extends PendingClassPrepareSupportLike

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

  9. trait PendingClassPrepareSupportLike extends ClassPrepareManager with PendingRequestSupport

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

  10. trait PendingClassUnloadSupport extends PendingClassUnloadSupportLike

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

  11. trait PendingClassUnloadSupportLike extends ClassUnloadManager with PendingRequestSupport

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

  12. class StandardClassManager extends ClassManager with JDIHelperMethods with Logging

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

  13. class StandardClassPrepareManager extends ClassPrepareManager with Logging

    Represents the manager for class prepare requests.

  14. class StandardClassUnloadManager extends ClassUnloadManager with Logging

    Represents the manager for class unload requests.

  15. trait StandardPendingClassPrepareSupport extends PendingClassPrepareSupport

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

  16. trait StandardPendingClassUnloadSupport extends PendingClassUnloadSupport

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

Value Members

  1. object StandardClassManager

    Represents the container for constants used in the class manager.

Ungrouped