org.scaladebugger.api.profiles.pure.info

PureValueInfoProfile

class PureValueInfoProfile extends ValueInfoProfile

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

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PureValueInfoProfile
  2. ValueInfoProfile
  3. CommonInfoProfile
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PureValueInfoProfile(scalaVirtualMachine: ScalaVirtualMachine, infoProducer: InfoProducerProfile, _value: Value)

    scalaVirtualMachine

    The high-level virtual machine containing the value

    infoProducer

    The producer of info-based profile instances

    _value

    The reference to the underlying JDI value

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. val infoProducer: InfoProducerProfile

    The producer of info-based profile instances

    The producer of info-based profile instances

    Attributes
    protected
  14. def isArray: Boolean

    Returns whether or not this value represents an array.

    Returns whether or not this value represents an array.

    returns

    True if an array, otherwise false

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  15. def isClassLoader: Boolean

    Returns whether or not this value represents a class loader.

    Returns whether or not this value represents a class loader.

    returns

    True if a class loader, otherwise false

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  16. def isClassObject: Boolean

    Returns whether or not this value represents a class object.

    Returns whether or not this value represents a class object.

    returns

    True if a class object, otherwise false

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def isNull: Boolean

    Returns whether or not this value is null.

    Returns whether or not this value is null.

    returns

    True if null, otherwise false

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  19. def isObject: Boolean

    Returns whether or not this value represents an object.

    Returns whether or not this value represents an object.

    returns

    True if an object, otherwise false

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  20. def isPrimitive: Boolean

    Returns whether or not this value represents a primitive.

    Returns whether or not this value represents a primitive.

    returns

    True if a primitive, otherwise false

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  21. def isString: Boolean

    Returns whether or not this value represents a string.

    Returns whether or not this value represents a string.

    returns

    True if a string, otherwise false

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  22. def isThread: Boolean

    Returns whether or not this value represents a thread.

    Returns whether or not this value represents a thread.

    returns

    True if a thread, otherwise false

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  23. def isThreadGroup: Boolean

    Returns whether or not this value represents a thread group.

    Returns whether or not this value represents a thread group.

    returns

    True if a thread group, otherwise false

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  24. def isVoid: Boolean

    Returns whether or not this value is void.

    Returns whether or not this value is void.

    returns

    True if void, otherwise false

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def newArrayProfile(arrayReference: ArrayReference): ArrayInfoProfile

    Attributes
    protected
  27. def newClassLoaderProfile(classLoaderReference: ClassLoaderReference): ClassLoaderInfoProfile

    Attributes
    protected
  28. def newClassObjectProfile(classObjectReference: ClassObjectReference): ClassObjectInfoProfile

    Attributes
    protected
  29. def newObjectProfile(objectReference: ObjectReference): ObjectInfoProfile

    Attributes
    protected
  30. def newPrimitiveProfile(voidValue: VoidValue): PrimitiveInfoProfile

    Attributes
    protected
  31. def newPrimitiveProfile(primitiveValue: PrimitiveValue): PrimitiveInfoProfile

    Attributes
    protected
  32. def newStringProfile(stringReference: StringReference): StringInfoProfile

    Attributes
    protected
  33. def newThreadGroupProfile(threadGroupReference: ThreadGroupReference): ThreadGroupInfoProfile

    Attributes
    protected
  34. def newThreadProfile(threadReference: ThreadReference): ThreadInfoProfile

    Attributes
    protected
  35. def newTypeProfile(_type: Type): TypeInfoProfile

    Attributes
    protected
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  38. val scalaVirtualMachine: ScalaVirtualMachine

    The high-level virtual machine containing the value

    The high-level virtual machine containing the value

    Definition Classes
    PureValueInfoProfileCommonInfoProfile
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toArrayInfo: ArrayInfoProfile

    Returns the value as an array (profile).

    Returns the value as an array (profile).

    returns

    The array profile wrapping this value

    Definition Classes
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  41. def toClassLoaderInfo: ClassLoaderInfoProfile

    Returns the value as a class loader (profile).

    Returns the value as a class loader (profile).

    returns

    The class loader profile wrapping this value

    Definition Classes
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  42. def toClassObjectInfo: ClassObjectInfoProfile

    Returns the value as a class object (profile).

    Returns the value as a class object (profile).

    returns

    The class object profile wrapping this value

    Definition Classes
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  43. def toJdiInstance: Value

    Returns the JDI representation this profile instance wraps.

    Returns the JDI representation this profile instance wraps.

    returns

    The JDI instance

    Definition Classes
    PureValueInfoProfileValueInfoProfileCommonInfoProfile
  44. def toLocalValue: Any

    Returns the value as a value local to this JVM.

    Returns the value as a value local to this JVM.

    returns

    The value as a local instance

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  45. def toObjectInfo: ObjectInfoProfile

    Returns the value as an object (profile).

    Returns the value as an object (profile).

    returns

    The object profile wrapping this value

    Definition Classes
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  46. def toPrettyString: String

    Returns a string presenting a better human-readable description of the JDI instance.

    Returns a string presenting a better human-readable description of the JDI instance.

    returns

    The human-readable description

    Definition Classes
    ValueInfoProfileCommonInfoProfile
  47. def toPrimitiveInfo: PrimitiveInfoProfile

    Returns the value as a primitive (profile).

    Returns the value as a primitive (profile).

    returns

    The primitive profile wrapping this value

    Definition Classes
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. def toStringInfo: StringInfoProfile

    Returns the value as a string (profile).

    Returns the value as a string (profile).

    returns

    The string profile wrapping this value

    Definition Classes
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  50. def toThreadGroupInfo: ThreadGroupInfoProfile

    Returns the value as a thread group (profile).

    Returns the value as a thread group (profile).

    returns

    The thread group profile wrapping this value

    Definition Classes
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  51. def toThreadInfo: ThreadInfoProfile

    Returns the value as a thread (profile).

    Returns the value as a thread (profile).

    returns

    The thread profile wrapping this value

    Definition Classes
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  52. def tryToArrayInfo: Try[ArrayInfoProfile]

    Returns the value as an array (profile).

    Returns the value as an array (profile).

    returns

    Success containing the array profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfoProfile
  53. def tryToClassLoaderInfo: Try[ClassLoaderInfoProfile]

    Returns the value as a class loader (profile).

    Returns the value as a class loader (profile).

    returns

    Success containing the class loader profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfoProfile
  54. def tryToClassObjectInfo: Try[ClassObjectInfoProfile]

    Returns the value as a class object (profile).

    Returns the value as a class object (profile).

    returns

    Success containing the class object profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfoProfile
  55. def tryToLocalValue: Try[Any]

    Returns the value as a value local to this JVM.

    Returns the value as a value local to this JVM.

    returns

    Success containing the value as a local instance, otherwise a failure

    Definition Classes
    ValueInfoProfile
  56. def tryToObjectInfo: Try[ObjectInfoProfile]

    Returns the value as an object (profile).

    Returns the value as an object (profile).

    returns

    Success containing the object profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfoProfile
  57. def tryToPrimitiveInfo: Try[PrimitiveInfoProfile]

    Returns the value as a primitive (profile).

    Returns the value as a primitive (profile).

    returns

    Success containing the primitive profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfoProfile
  58. def tryToStringInfo: Try[StringInfoProfile]

    Returns the value as a string (profile).

    Returns the value as a string (profile).

    returns

    Success containing the string profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfoProfile
  59. def tryToThreadGroupInfo: Try[ThreadGroupInfoProfile]

    Returns the value as a thread group (profile).

    Returns the value as a thread group (profile).

    returns

    Success containing the thread group profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfoProfile
  60. def tryToThreadInfo: Try[ThreadInfoProfile]

    Returns the value as a thread (profile).

    Returns the value as a thread (profile).

    returns

    Success containing the thread profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfoProfile
  61. def tryTypeInfo: Try[TypeInfoProfile]

    Returns the type information for the value.

    Returns the type information for the value.

    returns

    Success containing the profile containing type information, otherwise a failure

    Definition Classes
    ValueInfoProfile
  62. def typeInfo: TypeInfoProfile

    Returns the type information for the value.

    Returns the type information for the value.

    returns

    The profile containing type information

    Definition Classes
    PureValueInfoProfileValueInfoProfile
  63. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ValueInfoProfile

Inherited from CommonInfoProfile

Inherited from AnyRef

Inherited from Any

Ungrouped