class PurePrimitiveInfo extends PureValueInfo with PrimitiveInfo

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

Instance Constructors

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

    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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. val infoProducer: InfoProducer
    Attributes
    protected
    Definition Classes
    PurePrimitiveInfoPureValueInfo
  12. 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
    PureValueInfoValueInfo
  13. def isBoolean: Boolean

    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
    PurePrimitiveInfoPrimitiveInfo
  14. def isByte: Boolean

    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
    PurePrimitiveInfoPrimitiveInfo
  15. def isChar: Boolean

    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
    PurePrimitiveInfoPrimitiveInfo
  16. 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
    PureValueInfoValueInfo
  17. 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
    PureValueInfoValueInfo
  18. def isDouble: Boolean

    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
    PurePrimitiveInfoPrimitiveInfo
  19. def isFloat: Boolean

    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
    PurePrimitiveInfoPrimitiveInfo
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isInteger: Boolean

    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
    PurePrimitiveInfoPrimitiveInfo
  22. def isJavaInfo: Boolean

    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
    PurePrimitiveInfoPureValueInfoJavaInfo
  23. def isLong: Boolean

    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
    PurePrimitiveInfoPrimitiveInfo
  24. 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
    PureValueInfoValueInfo
  25. 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
    PureValueInfoValueInfo
  26. 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
    PureValueInfoValueInfo
  27. def isShort: Boolean

    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
    PurePrimitiveInfoPrimitiveInfo
  28. 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
    PureValueInfoValueInfo
  29. 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
    PureValueInfoValueInfo
  30. 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
    PureValueInfoValueInfo
  31. 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
    PureValueInfoValueInfo
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def newArrayProfile(arrayReference: ArrayReference): ArrayInfo
    Attributes
    protected
    Definition Classes
    PureValueInfo
  34. def newClassLoaderProfile(classLoaderReference: ClassLoaderReference): ClassLoaderInfo
    Attributes
    protected
    Definition Classes
    PureValueInfo
  35. def newClassObjectProfile(classObjectReference: ClassObjectReference): ClassObjectInfo
    Attributes
    protected
    Definition Classes
    PureValueInfo
  36. def newObjectProfile(objectReference: ObjectReference): ObjectInfo
    Attributes
    protected
    Definition Classes
    PureValueInfo
  37. def newPrimitiveProfile(voidValue: VoidValue): PrimitiveInfo
    Attributes
    protected
    Definition Classes
    PureValueInfo
  38. def newPrimitiveProfile(primitiveValue: PrimitiveValue): PrimitiveInfo
    Attributes
    protected
    Definition Classes
    PureValueInfo
  39. def newStringProfile(stringReference: StringReference): StringInfo
    Attributes
    protected
    Definition Classes
    PureValueInfo
  40. def newThreadGroupProfile(threadGroupReference: ThreadGroupReference): ThreadGroupInfo
    Attributes
    protected
    Definition Classes
    PureValueInfo
  41. def newThreadProfile(threadReference: ThreadReference): ThreadInfo
    Attributes
    protected
    Definition Classes
    PureValueInfo
  42. def newTypeProfile(_type: Type): TypeInfo
    Attributes
    protected
    Definition Classes
    PureValueInfo
  43. final def notify(): Unit
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  45. val scalaVirtualMachine: ScalaVirtualMachine
    Definition Classes
    PurePrimitiveInfoPureValueInfoCommonInfo
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toArrayInfo: ArrayInfo

    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( ... )
  48. def toClassLoaderInfo: ClassLoaderInfo

    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( ... )
  49. def toClassObjectInfo: ClassObjectInfo

    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( ... )
  50. def toJavaInfo: PrimitiveInfo

    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
    PurePrimitiveInfoPrimitiveInfoPureValueInfoValueInfoCommonInfoJavaInfo
  51. 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
    PureValueInfoValueInfoCommonInfo
  52. def toLocalValue: AnyVal

    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
    PurePrimitiveInfoPrimitiveInfoPureValueInfoValueInfo
    Annotations
    @throws( ... )
  53. def toObjectInfo: ObjectInfo

    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( ... )
  54. 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
    PrimitiveInfoValueInfoCommonInfo
  55. def toPrimitiveInfo: PrimitiveInfo

    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( ... )
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def toStringInfo: StringInfo

    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( ... )
  58. def toThreadGroupInfo: ThreadGroupInfo

    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( ... )
  59. def toThreadInfo: ThreadInfo

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

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

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

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

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

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

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

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

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

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

    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
  70. def typeInfo: PrimitiveTypeInfo

    Returns the type information for the primitive.

    Returns the type information for the primitive.

    returns

    The profile containing type information

    Definition Classes
    PurePrimitiveInfoPrimitiveInfoPureValueInfoValueInfo
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PrimitiveInfo

Inherited from PureValueInfo

Inherited from ValueInfo

Inherited from CommonInfo

Inherited from JavaInfo

Inherited from AnyRef

Inherited from Any

Ungrouped