org.scaladebugger.api.profiles.pure

info

package info

Visibility
  1. Public
  2. All

Type Members

  1. class PureArrayInfoProfile extends PureObjectInfoProfile with ArrayInfoProfile with PureCreateInfoProfile

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

  2. class PureArrayTypeInfoProfile extends PureReferenceTypeInfoProfile with ArrayTypeInfoProfile

    Represents a pure implementation of a array type profile that adds no custom logic on top of the standard JDI.

  3. class PureClassLoaderInfoProfile extends PureObjectInfoProfile with ClassLoaderInfoProfile

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

  4. class PureClassObjectInfoProfile extends PureObjectInfoProfile with ClassObjectInfoProfile

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

  5. class PureClassTypeInfoProfile extends PureReferenceTypeInfoProfile with ClassTypeInfoProfile

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

  6. trait PureCreateInfoProfile extends CreateInfoProfile with JDIHelperMethods

    Represents a pure profile for creating data that adds no extra logic on top of the standard JDI.

  7. class PureFieldInfoProfile extends VariableInfoProfile with PureCreateInfoProfile

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

  8. class PureFrameInfoProfile extends FrameInfoProfile

    Represents a pure implementation of a stack frame profile that adds no custom logic on top of the standard JDI.

  9. trait PureGrabInfoProfile extends GrabInfoProfile

    Represents a pure profile for grabbing various information from threads and other objects that adds no extra logic on top of the standard JDI.

  10. class PureInterfaceTypeInfoProfile extends PureReferenceTypeInfoProfile with InterfaceTypeInfoProfile

    Represents a pure implementation of a interface type profile that adds no custom logic on top of the standard JDI.

  11. class PureLocalVariableInfoProfile extends IndexedVariableInfoProfile with PureCreateInfoProfile

    Represents a pure implementation of a local variable profile that adds no custom logic on top of the standard JDI.

  12. class PureLocationInfoProfile extends LocationInfoProfile

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

  13. class PureMethodInfoProfile extends MethodInfoProfile

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

  14. trait PureMiscInfoProfile extends MiscInfoProfile with JDIHelperMethods

    Represents a pure profile for miscellaneous info that adds no extra logic on top of the standard JDI.

  15. class PureObjectInfoProfile extends PureValueInfoProfile with ObjectInfoProfile

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

  16. class PurePrimitiveInfoProfile extends PureValueInfoProfile with PrimitiveInfoProfile

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

  17. class PurePrimitiveTypeInfoProfile extends PureTypeInfoProfile with PrimitiveTypeInfoProfile

    Represents a pure implementation of a primitive type profile that adds no custom logic on top of the standard JDI.

  18. class PureReferenceTypeInfoProfile extends PureTypeInfoProfile with ReferenceTypeInfoProfile

    Represents a pure implementation of a reference type profile that adds no custom logic on top of the standard JDI.

  19. class PureStringInfoProfile extends PureObjectInfoProfile with StringInfoProfile

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

  20. class PureThreadInfoProfile extends PureObjectInfoProfile with ThreadInfoProfile

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

  21. class PureThreadStatusInfoProfile extends ThreadStatusInfoProfile

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

  22. class PureTypeCheckerProfile extends TypeCheckerProfile

    Represents a pure implementation of a type checker profile that adds no custom logic on top of the standard JDI.

  23. class PureTypeInfoProfile extends TypeInfoProfile

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

  24. class PureValueInfoProfile extends ValueInfoProfile

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

Value Members

  1. object PureTypeInfoProfile

  2. object PureValueInfoProfile

Ungrouped