Package

org.scaladebugger.api.profiles.pure

info

Permalink

package info

Visibility
  1. Public
  2. All

Type Members

  1. class PureArrayInfo extends PureObjectInfo with ArrayInfo with PureCreateInfoProfile

    Permalink

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

  2. class PureArrayTypeInfo extends PureReferenceTypeInfo with ArrayTypeInfo

    Permalink

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

  3. class PureClassLoaderInfo extends PureObjectInfo with ClassLoaderInfo

    Permalink

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

  4. class PureClassObjectInfo extends PureObjectInfo with ClassObjectInfo

    Permalink

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

  5. class PureClassTypeInfo extends PureReferenceTypeInfo with ClassTypeInfo

    Permalink

    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

    Permalink

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

  7. class PureFieldInfo extends FieldVariableInfo with PureCreateInfoProfile

    Permalink

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

  8. class PureFrameInfo extends FrameInfo

    Permalink

    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

    Permalink

    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 PureInfoProducer extends InfoProducer

    Permalink

    Represents the interface to produce pure info profile instances.

  11. class PureInterfaceTypeInfo extends PureReferenceTypeInfo with InterfaceTypeInfo

    Permalink

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

  12. class PureLocalVariableInfo extends IndexedVariableInfo with PureCreateInfoProfile

    Permalink

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

  13. class PureLocationInfo extends LocationInfo

    Permalink

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

  14. class PureMethodInfo extends MethodInfo

    Permalink

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

  15. trait PureMiscInfo extends MiscInfo with JDIHelperMethods

    Permalink

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

  16. class PureObjectInfo extends PureValueInfo with ObjectInfo

    Permalink

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

  17. class PurePrimitiveInfo extends PureValueInfo with PrimitiveInfo

    Permalink

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

  18. class PurePrimitiveTypeInfo extends PureTypeInfo with PrimitiveTypeInfo

    Permalink

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

  19. class PureReferenceTypeInfo extends PureTypeInfo with ReferenceTypeInfo

    Permalink

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

  20. class PureStringInfo extends PureObjectInfo with StringInfo

    Permalink

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

  21. class PureThreadGroupInfo extends PureObjectInfo with ThreadGroupInfo

    Permalink

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

  22. class PureThreadInfo extends PureObjectInfo with ThreadInfo

    Permalink

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

  23. class PureThreadStatusInfo extends ThreadStatusInfo

    Permalink

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

  24. class PureTypeChecker extends TypeChecker

    Permalink

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

  25. class PureTypeInfo extends TypeInfo

    Permalink

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

  26. class PureValueInfo extends ValueInfo

    Permalink

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

Value Members

  1. object PureTypeInfo

    Permalink
  2. object PureValueInfo

    Permalink
  3. package events

    Permalink

Ungrouped