Class

org.scaladebugger.api.profiles.pure.info

PurePrimitiveInfoProfile

Related Doc: package info

Permalink

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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PurePrimitiveInfoProfile
  2. PrimitiveInfoProfile
  3. PureValueInfoProfile
  4. ValueInfoProfile
  5. CommonInfoProfile
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PurePrimitiveInfoProfile(scalaVirtualMachine: ScalaVirtualMachine, infoProducer: InfoProducerProfile, eitherValue: Either[PrimitiveValue, VoidValue])

    Permalink

    scalaVirtualMachine

    The high-level virtual machine containing the primitive

    infoProducer

    The producer of info-based profile instances

    eitherValue

    Represents the primitive or void value wrapped by this profile

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: InfoProducerProfile

    Permalink

    The producer of info-based profile instances

    The producer of info-based profile instances

    Attributes
    protected
    Definition Classes
    PurePrimitiveInfoProfilePureValueInfoProfile
  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
    PureValueInfoProfileValueInfoProfile
  13. def isBoolean: Boolean

    Permalink

    Returns whether or not this primitive is a boolean.

    Returns whether or not this primitive is a boolean.

    returns

    True if the primitive is a boolean, otherwise false

    Definition Classes
    PurePrimitiveInfoProfilePrimitiveInfoProfile
  14. def isByte: Boolean

    Permalink

    Returns whether or not this primitive is a byte.

    Returns whether or not this primitive is a byte.

    returns

    True if the primitive is a byte, otherwise false

    Definition Classes
    PurePrimitiveInfoProfilePrimitiveInfoProfile
  15. def isChar: Boolean

    Permalink

    Returns whether or not this primitive is a char.

    Returns whether or not this primitive is a char.

    returns

    True if the primitive is a char, otherwise false

    Definition Classes
    PurePrimitiveInfoProfilePrimitiveInfoProfile
  16. 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
    PureValueInfoProfileValueInfoProfile
  17. 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
    PureValueInfoProfileValueInfoProfile
  18. def isDouble: Boolean

    Permalink

    Returns whether or not this primitive is a double.

    Returns whether or not this primitive is a double.

    returns

    True if the primitive is a double, otherwise false

    Definition Classes
    PurePrimitiveInfoProfilePrimitiveInfoProfile
  19. def isFloat: Boolean

    Permalink

    Returns whether or not this primitive is a float.

    Returns whether or not this primitive is a float.

    returns

    True if the primitive is a float, otherwise false

    Definition Classes
    PurePrimitiveInfoProfilePrimitiveInfoProfile
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isInteger: Boolean

    Permalink

    Returns whether or not this primitive is a integer.

    Returns whether or not this primitive is a integer.

    returns

    True if the primitive is a integer, otherwise false

    Definition Classes
    PurePrimitiveInfoProfilePrimitiveInfoProfile
  22. def isLong: Boolean

    Permalink

    Returns whether or not this primitive is a long.

    Returns whether or not this primitive is a long.

    returns

    True if the primitive is a long, otherwise false

    Definition Classes
    PurePrimitiveInfoProfilePrimitiveInfoProfile
  23. 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
    PureValueInfoProfileValueInfoProfile
  24. 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
    PureValueInfoProfileValueInfoProfile
  25. 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
    PureValueInfoProfileValueInfoProfile
  26. def isShort: Boolean

    Permalink

    Returns whether or not this primitive is a short.

    Returns whether or not this primitive is a short.

    returns

    True if the primitive is a short, otherwise false

    Definition Classes
    PurePrimitiveInfoProfilePrimitiveInfoProfile
  27. 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
    PureValueInfoProfileValueInfoProfile
  28. 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
    PureValueInfoProfileValueInfoProfile
  29. 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
    PureValueInfoProfileValueInfoProfile
  30. 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
    PureValueInfoProfileValueInfoProfile
  31. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  33. def newClassLoaderProfile(classLoaderReference: ClassLoaderReference): ClassLoaderInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  34. def newClassObjectProfile(classObjectReference: ClassObjectReference): ClassObjectInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  35. def newObjectProfile(objectReference: ObjectReference): ObjectInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  36. def newPrimitiveProfile(voidValue: VoidValue): PrimitiveInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  37. def newPrimitiveProfile(primitiveValue: PrimitiveValue): PrimitiveInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  38. def newStringProfile(stringReference: StringReference): StringInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  39. def newThreadGroupProfile(threadGroupReference: ThreadGroupReference): ThreadGroupInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  40. def newThreadProfile(threadReference: ThreadReference): ThreadInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  41. def newTypeProfile(_type: Type): TypeInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  42. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  44. val scalaVirtualMachine: ScalaVirtualMachine

    Permalink

    The high-level virtual machine containing the primitive

    The high-level virtual machine containing the primitive

    Definition Classes
    PurePrimitiveInfoProfilePureValueInfoProfileCommonInfoProfile
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toArrayInfo: ArrayInfoProfile

    Permalink

    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( ... )
  47. def toClassLoaderInfo: ClassLoaderInfoProfile

    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
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  48. def toClassObjectInfo: ClassObjectInfoProfile

    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
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  49. 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
    PureValueInfoProfileValueInfoProfileCommonInfoProfile
  50. def toLocalValue: AnyVal

    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
    PurePrimitiveInfoProfilePrimitiveInfoProfilePureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  51. def toObjectInfo: ObjectInfoProfile

    Permalink

    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( ... )
  52. 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
    PrimitiveInfoProfileValueInfoProfileCommonInfoProfile
  53. def toPrimitiveInfo: PrimitiveInfoProfile

    Permalink

    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( ... )
  54. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  55. def toStringInfo: StringInfoProfile

    Permalink

    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( ... )
  56. def toThreadGroupInfo: ThreadGroupInfoProfile

    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
    PureValueInfoProfileValueInfoProfile
    Annotations
    @throws( ... )
  57. def toThreadInfo: ThreadInfoProfile

    Permalink

    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( ... )
  58. def tryToArrayInfo: Try[ArrayInfoProfile]

    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
    ValueInfoProfile
  59. def tryToClassLoaderInfo: Try[ClassLoaderInfoProfile]

    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
    ValueInfoProfile
  60. def tryToClassObjectInfo: Try[ClassObjectInfoProfile]

    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
    ValueInfoProfile
  61. def tryToLocalValue: Try[AnyVal]

    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
    PrimitiveInfoProfileValueInfoProfile
  62. def tryToObjectInfo: Try[ObjectInfoProfile]

    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
    ValueInfoProfile
  63. def tryToPrimitiveInfo: Try[PrimitiveInfoProfile]

    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
    ValueInfoProfile
  64. def tryToStringInfo: Try[StringInfoProfile]

    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
    ValueInfoProfile
  65. def tryToThreadGroupInfo: Try[ThreadGroupInfoProfile]

    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
    ValueInfoProfile
  66. def tryToThreadInfo: Try[ThreadInfoProfile]

    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
    ValueInfoProfile
  67. def tryTypeInfo: Try[TypeInfoProfile]

    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
    ValueInfoProfile
  68. def typeInfo: PrimitiveTypeInfoProfile

    Permalink

    Returns the type information for the primitive.

    Returns the type information for the primitive.

    returns

    The profile containing type information

    Definition Classes
    PurePrimitiveInfoProfilePrimitiveInfoProfilePureValueInfoProfileValueInfoProfile
  69. final def wait(): Unit

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

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

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

Inherited from PrimitiveInfoProfile

Inherited from PureValueInfoProfile

Inherited from ValueInfoProfile

Inherited from CommonInfoProfile

Inherited from AnyRef

Inherited from Any

Ungrouped