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, eitherValue: Either[PrimitiveValue, VoidValue])

    Permalink

    scalaVirtualMachine

    The high-level virtual machine containing the primitive

    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. 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
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 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
  24. 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
  25. 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
  26. final def ne(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. val scalaVirtualMachine: ScalaVirtualMachine

    Permalink

    The high-level virtual machine containing the primitive

    The high-level virtual machine containing the primitive

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

    Permalink
    Definition Classes
    AnyRef
  37. 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( ... )
  38. 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
  39. 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( ... )
  40. 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( ... )
  41. 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
  42. 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( ... )
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. 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( ... )
  45. 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
  46. 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
  47. 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
  48. 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
  49. 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
  50. 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
  51. 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
  52. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. 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