Class/Object

org.scaladebugger.api.profiles.pure.info

PureValueInfo

Related Docs: object PureValueInfo | package info

Permalink

class PureValueInfo extends ValueInfo

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. PureValueInfo
  2. ValueInfo
  3. CommonInfo
  4. JavaInfo
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PureValueInfo(scalaVirtualMachine: ScalaVirtualMachine, infoProducer: InfoProducer, _value: Value)

    Permalink

    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: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. val infoProducer: InfoProducer

    Permalink

    The producer of info-based profile instances

    The producer of info-based profile instances

    Attributes
    protected
  12. def isArray: Boolean

    Permalink

    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
    PureValueInfoValueInfo
  13. def isClassLoader: Boolean

    Permalink

    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
    PureValueInfoValueInfo
  14. def isClassObject: Boolean

    Permalink

    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
    PureValueInfoValueInfo
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def isJavaInfo: Boolean

    Permalink

    Returns whether or not this info profile represents the low-level Java implementation.

    Returns whether or not this info profile represents the low-level Java implementation.

    returns

    If true, this profile represents the low-level Java information, otherwise this profile represents something higher-level like Scala, Jython, or JRuby

    Definition Classes
    PureValueInfoJavaInfo
  17. def isNull: Boolean

    Permalink

    Returns whether or not this value is null.

    Returns whether or not this value is null.

    returns

    True if null, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  18. def isObject: Boolean

    Permalink

    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
    PureValueInfoValueInfo
  19. def isPrimitive: Boolean

    Permalink

    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
    PureValueInfoValueInfo
  20. def isString: Boolean

    Permalink

    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
    PureValueInfoValueInfo
  21. def isThread: Boolean

    Permalink

    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
    PureValueInfoValueInfo
  22. def isThreadGroup: Boolean

    Permalink

    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
    PureValueInfoValueInfo
  23. def isVoid: Boolean

    Permalink

    Returns whether or not this value is void.

    Returns whether or not this value is void.

    returns

    True if void, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def newArrayProfile(arrayReference: ArrayReference): ArrayInfo

    Permalink
    Attributes
    protected
  26. def newClassLoaderProfile(classLoaderReference: ClassLoaderReference): ClassLoaderInfo

    Permalink
    Attributes
    protected
  27. def newClassObjectProfile(classObjectReference: ClassObjectReference): ClassObjectInfo

    Permalink
    Attributes
    protected
  28. def newObjectProfile(objectReference: ObjectReference): ObjectInfo

    Permalink
    Attributes
    protected
  29. def newPrimitiveProfile(voidValue: VoidValue): PrimitiveInfo

    Permalink
    Attributes
    protected
  30. def newPrimitiveProfile(primitiveValue: PrimitiveValue): PrimitiveInfo

    Permalink
    Attributes
    protected
  31. def newStringProfile(stringReference: StringReference): StringInfo

    Permalink
    Attributes
    protected
  32. def newThreadGroupProfile(threadGroupReference: ThreadGroupReference): ThreadGroupInfo

    Permalink
    Attributes
    protected
  33. def newThreadProfile(threadReference: ThreadReference): ThreadInfo

    Permalink
    Attributes
    protected
  34. def newTypeProfile(_type: Type): TypeInfo

    Permalink
    Attributes
    protected
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. val scalaVirtualMachine: ScalaVirtualMachine

    Permalink

    The high-level virtual machine containing the value

    The high-level virtual machine containing the value

    Definition Classes
    PureValueInfoCommonInfo
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toArrayInfo: ArrayInfo

    Permalink

    Returns the value as an array (profile).

    Returns the value as an array (profile).

    returns

    The array profile wrapping this value

    Definition Classes
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  40. def toClassLoaderInfo: ClassLoaderInfo

    Permalink

    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
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  41. def toClassObjectInfo: ClassObjectInfo

    Permalink

    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
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  42. def toJavaInfo: ValueInfo

    Permalink

    Converts the current profile instance to a representation of low-level Java instead of a higher-level abstraction.

    Converts the current profile instance to a representation of low-level Java instead of a higher-level abstraction.

    returns

    The profile instance providing an implementation corresponding to Java

    Definition Classes
    PureValueInfoValueInfoCommonInfoJavaInfo
  43. def toJdiInstance: Value

    Permalink

    Returns the JDI representation this profile instance wraps.

    Returns the JDI representation this profile instance wraps.

    returns

    The JDI instance

    Definition Classes
    PureValueInfoValueInfoCommonInfo
  44. def toLocalValue: Any

    Permalink

    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
    PureValueInfoValueInfo
  45. def toObjectInfo: ObjectInfo

    Permalink

    Returns the value as an object (profile).

    Returns the value as an object (profile).

    returns

    The object profile wrapping this value

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

    Permalink

    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
    ValueInfoCommonInfo
  47. def toPrimitiveInfo: PrimitiveInfo

    Permalink

    Returns the value as a primitive (profile).

    Returns the value as a primitive (profile).

    returns

    The primitive profile wrapping this value

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

    Permalink
    Definition Classes
    AnyRef → Any
  49. def toStringInfo: StringInfo

    Permalink

    Returns the value as a string (profile).

    Returns the value as a string (profile).

    returns

    The string profile wrapping this value

    Definition Classes
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  50. def toThreadGroupInfo: ThreadGroupInfo

    Permalink

    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
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  51. def toThreadInfo: ThreadInfo

    Permalink

    Returns the value as a thread (profile).

    Returns the value as a thread (profile).

    returns

    The thread profile wrapping this value

    Definition Classes
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  52. def tryToArrayInfo: Try[ArrayInfo]

    Permalink

    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
    ValueInfo
  53. def tryToClassLoaderInfo: Try[ClassLoaderInfo]

    Permalink

    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
    ValueInfo
  54. def tryToClassObjectInfo: Try[ClassObjectInfo]

    Permalink

    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
    ValueInfo
  55. def tryToLocalValue: Try[Any]

    Permalink

    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
    ValueInfo
  56. def tryToObjectInfo: Try[ObjectInfo]

    Permalink

    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
    ValueInfo
  57. def tryToPrimitiveInfo: Try[PrimitiveInfo]

    Permalink

    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
    ValueInfo
  58. def tryToStringInfo: Try[StringInfo]

    Permalink

    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
    ValueInfo
  59. def tryToThreadGroupInfo: Try[ThreadGroupInfo]

    Permalink

    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
    ValueInfo
  60. def tryToThreadInfo: Try[ThreadInfo]

    Permalink

    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
    ValueInfo
  61. def tryTypeInfo: Try[TypeInfo]

    Permalink

    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
    ValueInfo
  62. def typeInfo: TypeInfo

    Permalink

    Returns the type information for the value.

    Returns the type information for the value.

    returns

    The profile containing type information

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ValueInfo

Inherited from CommonInfo

Inherited from JavaInfo

Inherited from AnyRef

Inherited from Any

Ungrouped