Class

org.scaladebugger.api.profiles.pure.info

PureArrayInfoProfile

Related Doc: package info

Permalink

class PureArrayInfoProfile extends PureObjectInfoProfile with ArrayInfoProfile with PureCreateInfoProfile

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PureArrayInfoProfile
  2. PureCreateInfoProfile
  3. JDIHelperMethods
  4. Logging
  5. ArrayInfoProfile
  6. CreateInfoProfile
  7. PureObjectInfoProfile
  8. ObjectInfoProfile
  9. PureValueInfoProfile
  10. ValueInfoProfile
  11. CommonInfoProfile
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PureArrayInfoProfile(scalaVirtualMachine: ScalaVirtualMachine, infoProducer: InfoProducerProfile, _arrayReference: ArrayReference)(_virtualMachine: VirtualMachine = _arrayReference.virtualMachine(), _referenceType: ReferenceType = _arrayReference.referenceType())

    Permalink

    scalaVirtualMachine

    The high-level virtual machine containing the array

    infoProducer

    The producer of info-based profile instances

    _arrayReference

    The reference to the underlying JDI array

    _virtualMachine

    The virtual machine used to mirror local values on the remote JVM

    _referenceType

    The reference type for this array

Type Members

  1. implicit class LoggerExtras extends AnyRef

    Permalink
    Definition Classes
    Logging

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. val _virtualMachine: VirtualMachine

    Permalink

    The virtual machine used to mirror local values on the remote JVM

    The virtual machine used to mirror local values on the remote JVM

    Attributes
    protected
    Definition Classes
    PureArrayInfoProfileJDIHelperMethodsPureObjectInfoProfile
  5. def apply(): Seq[ValueInfoProfile]

    Permalink

    Retrieves all values from the array.

    Retrieves all values from the array.

    returns

    The retrieved values

    Definition Classes
    ArrayInfoProfile
  6. def apply(index: Int, length: Int): Seq[ValueInfoProfile]

    Permalink

    Retrieves the values in the array starting from the specified index and continuing through the specified length of elements.

    Retrieves the values in the array starting from the specified index and continuing through the specified length of elements.

    index

    The location in the array to begin retrieving values

    length

    The number of values to retrieve, or -1 to retrieve all remaining values to the end of the array

    returns

    The retrieved values

    Definition Classes
    ArrayInfoProfile
  7. def apply(index: Int): ValueInfoProfile

    Permalink

    Retrieves the value in the array at the specified index.

    Retrieves the value in the array at the specified index.

    index

    The location in the array to retrieve a value

    returns

    The retrieved value

    Definition Classes
    ArrayInfoProfile
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def createNewValueProfile(value: Value): ValueInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureCreateInfoProfile
  11. def createRemotely(value: String): ValueInfoProfile

    Permalink

    Creates the provided value on the remote JVM.

    Creates the provided value on the remote JVM.

    value

    The value to create (mirror) on the remote JVM

    returns

    The information about the remote value

    Definition Classes
    PureCreateInfoProfileCreateInfoProfile
  12. def createRemotely(value: AnyVal): ValueInfoProfile

    Permalink

    Creates the provided value on the remote JVM.

    Creates the provided value on the remote JVM.

    value

    The value to create (mirror) on the remote JVM

    returns

    The information about the remote value

    Definition Classes
    PureCreateInfoProfileCreateInfoProfile
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def field(name: String): FieldVariableInfoProfile

    Permalink

    Returns the object's field with the specified name.

    Returns the object's field with the specified name.

    name

    The name of the field

    returns

    The profile wrapping the field

    Definition Classes
    ObjectInfoProfile
    Annotations
    @throws( ... )
  16. def fieldOption(name: String): Option[FieldVariableInfoProfile]

    Permalink

    Returns the object's field with the specified name.

    Returns the object's field with the specified name.

    name

    The name of the field

    returns

    Some profile wrapping the field, or None if doesn't exist

    Definition Classes
    PureObjectInfoProfileObjectInfoProfile
  17. def fields: Seq[FieldVariableInfoProfile]

    Permalink

    Returns all visible fields contained in this object.

    Returns all visible fields contained in this object.

    returns

    The profiles wrapping the visible fields in this object

    Definition Classes
    PureObjectInfoProfileObjectInfoProfile
    Note

    Provides no offset index information!

  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def findMainThread(virtualMachine: VirtualMachine): Option[ThreadReference]

    Permalink

    Determines the main executing thread of the specified virtual machine.

    Determines the main executing thread of the specified virtual machine.

    virtualMachine

    The virtual machine whose main thread to determine

    returns

    Some reference to the main thread if it can be determined, otherwise None

    Attributes
    protected
    Definition Classes
    JDIHelperMethods
  20. def findMainThread(): Option[ThreadReference]

    Permalink

    Determines the main executing thread of the _virtualMachine instance.

    Determines the main executing thread of the _virtualMachine instance.

    returns

    Some reference to the main thread if it can be determined, otherwise None

    Attributes
    protected
    Definition Classes
    JDIHelperMethods
  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def indexedField(name: String): FieldVariableInfoProfile

    Permalink

    Returns the object's field with the specified name with offset index information.

    Returns the object's field with the specified name with offset index information.

    name

    The name of the field

    returns

    The profile wrapping the field

    Definition Classes
    ObjectInfoProfile
    Annotations
    @throws( ... )
  24. def indexedFieldOption(name: String): Option[FieldVariableInfoProfile]

    Permalink

    Returns the object's field with the specified name with offset index information.

    Returns the object's field with the specified name with offset index information.

    name

    The name of the field

    returns

    Some profile wrapping the field, or None if doesn't exist

    Definition Classes
    PureObjectInfoProfileObjectInfoProfile
  25. def indexedFields: Seq[FieldVariableInfoProfile]

    Permalink

    Returns all visible fields contained in this object with offset index.

    Returns all visible fields contained in this object with offset index.

    returns

    The profiles wrapping the visible fields in this object

    Definition Classes
    PureObjectInfoProfileObjectInfoProfile
  26. val infoProducer: InfoProducerProfile

    Permalink

    The producer of info-based profile instances

    The producer of info-based profile instances

    Attributes
    protected
    Definition Classes
    PureArrayInfoProfilePureCreateInfoProfilePureObjectInfoProfilePureValueInfoProfile
  27. def invoke(thread: ThreadInfoProfile, method: MethodInfoProfile, arguments: Seq[Any], jdiArguments: JDIArgument*): ValueInfoProfile

    Permalink

    Invokes the object's method.

    Invokes the object's method.

    thread

    The thread within which to invoke the method

    method

    The method of the object to invoke

    arguments

    The arguments to provide to the method

    jdiArguments

    Optional arguments to provide custom settings to the method invocation

    returns

    The resulting value of the invocation

    Definition Classes
    PureObjectInfoProfileObjectInfoProfile
  28. def invoke(thread: ThreadInfoProfile, methodName: String, parameterTypeNames: Seq[String], arguments: Seq[Any], jdiArguments: JDIArgument*): ValueInfoProfile

    Permalink

    Invokes the object's method with matching name and arguments.

    Invokes the object's method with matching name and arguments.

    thread

    The thread within which to invoke the method

    methodName

    The name of the method to invoke

    parameterTypeNames

    The names of the parameter types of the method to invoke

    arguments

    The arguments to provide to the method

    jdiArguments

    Optional arguments to provide custom settings to the method invocation

    returns

    The resulting value of the invocation

    Definition Classes
    ObjectInfoProfile
    Annotations
    @throws( ... )
    Exceptions thrown

    AssertionError When the parameter type and argument counts are not equivalent

  29. def invoke(thread: ThreadInfoProfile, methodName: String, arguments: Seq[Any], jdiArguments: JDIArgument*): ValueInfoProfile

    Permalink

    Invokes the object's method with matching name and arguments.

    Invokes the object's method with matching name and arguments.

    thread

    The thread within which to invoke the method

    methodName

    The name of the method to invoke

    arguments

    The arguments to provide to the method

    jdiArguments

    Optional arguments to provide custom settings to the method invocation

    returns

    The resulting value of the invocation

    Definition Classes
    ObjectInfoProfile
  30. 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
  31. 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
  32. 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
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. 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
  35. 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
  36. 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
  37. 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
  38. 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
  39. 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
  40. 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
  41. def length: Int

    Permalink

    Returns the length of the array.

    Returns the length of the array.

    returns

    The length of the array

    Definition Classes
    PureArrayInfoProfileArrayInfoProfile
  42. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  43. def method(name: String, parameterTypeNames: String*): MethodInfoProfile

    Permalink

    Returns the object's method with the specified name.

    Returns the object's method with the specified name.

    name

    The name of the method

    parameterTypeNames

    The fully-qualified type names of the parameters of the method to find

    returns

    The profile wrapping the method

    Definition Classes
    ObjectInfoProfile
    Annotations
    @throws( ... )
  44. def methodOption(name: String, parameterTypeNames: String*): Option[MethodInfoProfile]

    Permalink

    Returns the object's method with the specified name.

    Returns the object's method with the specified name.

    name

    The name of the method

    parameterTypeNames

    The fully-qualified type names of the parameters of the method to find

    returns

    Some profile wrapping the method, otherwise None if doesn't exist

    Definition Classes
    PureObjectInfoProfileObjectInfoProfile
  45. def methods: Seq[MethodInfoProfile]

    Permalink

    Returns all visible methods contained in this object.

    Returns all visible methods contained in this object.

    returns

    The profiles wrapping the visible methods in this object

    Definition Classes
    PureObjectInfoProfileObjectInfoProfile
  46. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  50. def newFieldProfile(field: Field, offsetIndex: Int): FieldVariableInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureObjectInfoProfile
  51. def newFieldProfile(field: Field): FieldVariableInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureObjectInfoProfile
  52. def newMethodProfile(method: Method): MethodInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureObjectInfoProfile
  53. def newObjectProfile(objectReference: ObjectReference): ObjectInfoProfile

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  59. def newTypeCheckerProfile(): TypeCheckerProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureObjectInfoProfile
  60. def newTypeProfile(_type: Type): TypeInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfoProfile
  61. def newValueProfile(value: Value): ValueInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    PureArrayInfoProfilePureObjectInfoProfile
  62. def newValueProfileFromLocalValue[T](value: T)(implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): ValueInfoProfile

    Permalink
    Attributes
    protected
    Definition Classes
    ArrayInfoProfile
  63. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  65. def referenceType: ReferenceTypeInfoProfile

    Permalink

    Returns the reference type information for this object.

    Returns the reference type information for this object.

    returns

    The reference type information

    Definition Classes
    PureObjectInfoProfileObjectInfoProfile
    Note

    Returns the specific type of this object, not any interface or superclass that it inherits. So, val x: AnyRef = "a string" would yield the reference type for String, not AnyRef.

  66. def retrieveCommandLineArguments(): Seq[String]

    Permalink

    Retrieves the command line arguments used to start this virtual machine.

    Retrieves the command line arguments used to start this virtual machine.

    returns

    The sequence of arguments as strings

    Attributes
    protected
    Definition Classes
    JDIHelperMethods
  67. def retrieveMainClassName(): String

    Permalink

    Retrieves the fully-qualified class name that invoked the main method of this virtual machine.

    Retrieves the fully-qualified class name that invoked the main method of this virtual machine.

    returns

    The name as a string

    Attributes
    protected
    Definition Classes
    JDIHelperMethods
  68. val scalaVirtualMachine: ScalaVirtualMachine

    Permalink

    The high-level virtual machine containing the array

    The high-level virtual machine containing the array

    Definition Classes
    PureArrayInfoProfilePureCreateInfoProfilePureObjectInfoProfilePureValueInfoProfileCommonInfoProfile
  69. def setValue[T](index: Int, value: T)(implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): ValueInfoProfile

    Permalink

    Sets the value of the array element at the specified location.

    Sets the value of the array element at the specified location.

    index

    The location in the array whose value to overwrite

    value

    The new value to place in the array

    returns

    The updated remote value

    Definition Classes
    ArrayInfoProfile
  70. def setValueFromInfo(index: Int, value: ValueInfoProfile): ValueInfoProfile

    Permalink

    Sets the value of the array element at the specified location.

    Sets the value of the array element at the specified location.

    index

    The location in the array whose value to overwrite

    value

    The new value to place in the array

    returns

    The updated remote value

    Definition Classes
    PureArrayInfoProfileArrayInfoProfile
  71. def setValues[T](values: Seq[T])(implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): Seq[ValueInfoProfile]

    Permalink

    Sets the values of the array elements to the provided values.

    Sets the values of the array elements to the provided values.

    values

    The new values to use when overwriting elements in the array

    returns

    The updated remote values

    Definition Classes
    ArrayInfoProfile
  72. def setValues[T](index: Int, values: Seq[T], srcIndex: Int, length: Int)(implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): Seq[ValueInfoProfile]

    Permalink

    Sets the values of the array elements starting at the specified location.

    Sets the values of the array elements starting at the specified location.

    index

    The location in the array to begin overwriting

    values

    The new values to use when overwriting elements in the array

    srcIndex

    The location in the provided value array to begin using values to overwrite this array

    length

    The total number of elements to overwrite, or -1 to overwrite all elements in the array from the beginning of the index

    returns

    The updated remote values

    Definition Classes
    ArrayInfoProfile
  73. def setValuesFromInfo(values: Seq[ValueInfoProfile]): Seq[ValueInfoProfile]

    Permalink

    Sets the values of the array elements to the provided values.

    Sets the values of the array elements to the provided values.

    values

    The new values to use when overwriting elements in the array

    returns

    The updated remote values

    Definition Classes
    PureArrayInfoProfileArrayInfoProfile
  74. def setValuesFromInfo(index: Int, values: Seq[ValueInfoProfile], srcIndex: Int, length: Int): Seq[ValueInfoProfile]

    Permalink

    Sets the values of the array elements starting at the specified location.

    Sets the values of the array elements starting at the specified location.

    index

    The location in the array to begin overwriting

    values

    The new values to use when overwriting elements in the array

    srcIndex

    The location in the provided value array to begin using values to overwrite this array

    length

    The total number of elements to overwrite, or -1 to overwrite all elements in the array from the beginning of the index

    returns

    The updated remote values

    Definition Classes
    PureArrayInfoProfileArrayInfoProfile
  75. def singleSourcePath(referenceType: ReferenceType): Option[String]

    Permalink

    Retrieves the convergent source path of the provided reference type.

    Retrieves the convergent source path of the provided reference type.

    referenceType

    The reference instance whose source path to determine

    returns

    Some source path as a string if convergent, otherwise None

    Attributes
    protected
    Definition Classes
    JDIHelperMethods
  76. def suspendThreadAndExecute[T](threadReference: ThreadReference)(thunk: ⇒ T): Try[T]

    Permalink

    Executes the provided block of code during the state of a suspended thread.

    Executes the provided block of code during the state of a suspended thread. The thread reference is synchronized to prevent another thread suspending the same thread reference.

    T

    The type of result from the block of code

    thunk

    The block of code to execute

    returns

    The results of attempting to execute the block of code

    Attributes
    protected
    Definition Classes
    JDIHelperMethods
  77. def suspendVirtualMachineAndExecute[T](thunk: ⇒ T): Try[T]

    Permalink

    Executes the provided block of code during the state of a suspended virtual machine.

    Executes the provided block of code during the state of a suspended virtual machine. The virtual machine is synchronized to prevent another thread suspending the same virtual machine.

    T

    The type of result from the block of code

    thunk

    The block of code to execute

    returns

    The results of attempting to execute the block of code

    Attributes
    protected
    Definition Classes
    JDIHelperMethods
  78. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  79. 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( ... )
  80. 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( ... )
  81. 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( ... )
  82. def toJdiInstance: ArrayReference

    Permalink

    Returns the JDI representation this profile instance wraps.

    Returns the JDI representation this profile instance wraps.

    returns

    The JDI instance

    Definition Classes
    PureArrayInfoProfileArrayInfoProfilePureObjectInfoProfileObjectInfoProfilePureValueInfoProfileValueInfoProfileCommonInfoProfile
  83. 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
    PureValueInfoProfileValueInfoProfile
  84. 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( ... )
  85. def toPrettyString(maxElements: Int): 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.

    maxElements

    The maximum number of elements to retrieve from the array (starting from the beginning) to display in the string

    returns

    The human-readable description

    Definition Classes
    ArrayInfoProfile
  86. 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
    ArrayInfoProfileObjectInfoProfileValueInfoProfileCommonInfoProfile
  87. 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( ... )
  88. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  89. 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( ... )
  90. 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( ... )
  91. 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( ... )
  92. def tryCreateRemotely(value: String): Try[ValueInfoProfile]

    Permalink

    Creates the provided value on the remote JVM.

    Creates the provided value on the remote JVM.

    value

    The value to create (mirror) on the remote JVM

    returns

    Success containing the information about the remote value, otherwise a failure

    Definition Classes
    CreateInfoProfile
  93. def tryCreateRemotely(value: AnyVal): Try[ValueInfoProfile]

    Permalink

    Creates the provided value on the remote JVM.

    Creates the provided value on the remote JVM.

    value

    The value to create (mirror) on the remote JVM

    returns

    Success containing the information about the remote value, otherwise a failure

    Definition Classes
    CreateInfoProfile
  94. def tryField(name: String): Try[FieldVariableInfoProfile]

    Permalink

    Returns the object's field with the specified name.

    Returns the object's field with the specified name.

    name

    The name of the field

    returns

    Success containing the profile wrapping the field, otherwise a failure

    Definition Classes
    ObjectInfoProfile
  95. def tryFields: Try[Seq[FieldVariableInfoProfile]]

    Permalink

    Returns all visible fields contained in this object.

    Returns all visible fields contained in this object.

    returns

    Success containing the profiles wrapping the visible fields in this object, otherwise a failure

    Definition Classes
    ObjectInfoProfile
  96. def tryIndexedField(name: String): Try[FieldVariableInfoProfile]

    Permalink

    Returns the object's field with the specified name with offset index information.

    Returns the object's field with the specified name with offset index information.

    name

    The name of the field

    returns

    Success containing the profile wrapping the field, otherwise a failure

    Definition Classes
    ObjectInfoProfile
  97. def tryIndexedFields: Try[Seq[FieldVariableInfoProfile]]

    Permalink

    Returns all visible fields contained in this object with offset index.

    Returns all visible fields contained in this object with offset index.

    returns

    Success containing the profiles wrapping the visible fields in this object, otherwise a failure

    Definition Classes
    ObjectInfoProfile
  98. def tryInvoke(thread: ThreadInfoProfile, method: MethodInfoProfile, arguments: Seq[Any], jdiArguments: JDIArgument*): Try[ValueInfoProfile]

    Permalink

    Invokes the object's method.

    Invokes the object's method.

    thread

    The thread within which to invoke the method

    method

    The method of the object to invoke

    arguments

    The arguments to provide to the method

    jdiArguments

    Optional arguments to provide custom settings to the method invocation

    returns

    Success containing the resulting value of the invocation, otherwise a failure

    Definition Classes
    ObjectInfoProfile
  99. def tryInvoke(thread: ThreadInfoProfile, methodName: String, parameterTypeNames: Seq[String], arguments: Seq[Any], jdiArguments: JDIArgument*): Try[ValueInfoProfile]

    Permalink

    Invokes the object's method with matching name and arguments.

    Invokes the object's method with matching name and arguments.

    thread

    The thread within which to invoke the method

    methodName

    The name of the method to invoke

    parameterTypeNames

    The names of the parameter types of the method to invoke

    arguments

    The arguments to provide to the method

    jdiArguments

    Optional arguments to provide custom settings to the method invocation

    returns

    Success containing the resulting value of the invocation, otherwise a failure

    Definition Classes
    ObjectInfoProfile
  100. def tryInvoke(thread: ThreadInfoProfile, methodName: String, arguments: Seq[Any], jdiArguments: JDIArgument*): Try[ValueInfoProfile]

    Permalink

    Invokes the object's method with matching name and arguments.

    Invokes the object's method with matching name and arguments.

    thread

    The thread within which to invoke the method

    methodName

    The name of the method to invoke

    arguments

    The arguments to provide to the method

    jdiArguments

    Optional arguments to provide custom settings to the method invocation

    returns

    Success containing the resulting value of the invocation, otherwise a failure

    Definition Classes
    ObjectInfoProfile
  101. def tryMethod(name: String, parameterTypeNames: String*): Try[MethodInfoProfile]

    Permalink

    Returns the object's method with the specified name.

    Returns the object's method with the specified name.

    name

    The name of the method

    parameterTypeNames

    The fully-qualified type names of the parameters of the method to find

    returns

    Success containing the profile wrapping the method, otherwise a failure

    Definition Classes
    ObjectInfoProfile
  102. def tryMethods: Try[Seq[MethodInfoProfile]]

    Permalink

    Returns all visible methods contained in this object.

    Returns all visible methods contained in this object.

    returns

    Success containing the profiles wrapping the visible methods in this object, otherwise a failure

    Definition Classes
    ObjectInfoProfile
  103. def trySetValue[T](index: Int, value: T)(implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): Try[ValueInfoProfile]

    Permalink

    Sets the value of the array element at the specified location.

    Sets the value of the array element at the specified location.

    index

    The location in the array whose value to overwrite

    value

    The new value to place in the array

    returns

    Success containing the updated remote value, otherwise a failure

    Definition Classes
    ArrayInfoProfile
  104. def trySetValueFromInfo(index: Int, value: ValueInfoProfile): Try[ValueInfoProfile]

    Permalink

    Sets the value of the array element at the specified location.

    Sets the value of the array element at the specified location.

    index

    The location in the array whose value to overwrite

    value

    The new value to place in the array

    returns

    Success containing the updated remote value, otherwise a failure

    Definition Classes
    ArrayInfoProfile
  105. def trySetValues[T](values: Seq[T])(implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): Try[Seq[ValueInfoProfile]]

    Permalink

    Sets the values of the array elements to the provided values.

    Sets the values of the array elements to the provided values.

    values

    The new values to use when overwriting elements in the array

    returns

    Success containing the updated remote values, otherwise a failure

    Definition Classes
    ArrayInfoProfile
  106. def trySetValues[T](index: Int, values: Seq[T], srcIndex: Int, length: Int)(implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): Try[Seq[ValueInfoProfile]]

    Permalink

    Sets the values of the array elements starting at the specified location.

    Sets the values of the array elements starting at the specified location.

    index

    The location in the array to begin overwriting

    values

    The new values to use when overwriting elements in the array

    srcIndex

    The location in the provided value array to begin using values to overwrite this array

    length

    The total number of elements to overwrite, or -1 to overwrite all elements in the array from the beginning of the index

    returns

    Success containing the updated values, otherwise a failure

    Definition Classes
    ArrayInfoProfile
  107. def trySetValuesFromInfo(values: Seq[ValueInfoProfile]): Try[Seq[ValueInfoProfile]]

    Permalink

    Sets the values of the array elements to the provided values.

    Sets the values of the array elements to the provided values.

    values

    The new values to use when overwriting elements in the array

    returns

    Success containing the updated remote values, otherwise a failure

    Definition Classes
    ArrayInfoProfile
  108. def trySetValuesFromInfo(index: Int, values: Seq[ValueInfoProfile], srcIndex: Int, length: Int): Try[Seq[ValueInfoProfile]]

    Permalink

    Sets the values of the array elements starting at the specified location.

    Sets the values of the array elements starting at the specified location.

    index

    The location in the array to begin overwriting

    values

    The new values to use when overwriting elements in the array

    srcIndex

    The location in the provided value array to begin using values to overwrite this array

    length

    The total number of elements to overwrite, or -1 to overwrite all elements in the array from the beginning of the index

    returns

    Success containing the updated remote values, otherwise a failure

    Definition Classes
    ArrayInfoProfile
  109. 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
  110. 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
  111. 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
  112. 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
    ValueInfoProfile
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  118. 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
  119. def tryValue(index: Int): Try[ValueInfoProfile]

    Permalink

    Retrieves the value in the array at the specified index.

    Retrieves the value in the array at the specified index.

    index

    The location in the array to retrieve a value

    returns

    Success containing the retrieved value, otherwise a failure

    Definition Classes
    ArrayInfoProfile
  120. def tryValues: Try[Seq[ValueInfoProfile]]

    Permalink

    Retrieves all values from the array.

    Retrieves all values from the array.

    returns

    Success containing the retrieved values, otherwise a failure

    Definition Classes
    ArrayInfoProfile
  121. def tryValues(index: Int, length: Int): Try[Seq[ValueInfoProfile]]

    Permalink

    Retrieves the values in the array starting from the specified index and continuing through the specified length of elements.

    Retrieves the values in the array starting from the specified index and continuing through the specified length of elements.

    index

    The location in the array to begin retrieving values

    length

    The number of values to retrieve, or -1 to retrieve all remaining values to the end of the array

    returns

    Success containing the retrieved values, otherwise a failure

    Definition Classes
    ArrayInfoProfile
  122. def typeInfo: ArrayTypeInfoProfile

    Permalink

    Returns the type information for the array.

    Returns the type information for the array.

    returns

    The profile containing type information

    Definition Classes
    PureArrayInfoProfileArrayInfoProfilePureObjectInfoProfileObjectInfoProfilePureValueInfoProfileValueInfoProfile
  123. def uniqueId: Long

    Permalink

    Represents the unique id of this object.

    Represents the unique id of this object.

    returns

    The unique id as a long

    Definition Classes
    PureObjectInfoProfileObjectInfoProfile
  124. def uniqueIdHexString: String

    Permalink

    Represents the unique id of this object in hex form.

    Represents the unique id of this object in hex form. There is no 0x prepended to the value.

    returns

    The raw hex string

    Definition Classes
    ObjectInfoProfile
  125. def update(index: Int, value: ValueInfoProfile): ValueInfoProfile

    Permalink

    Sets the value of the array element at the specified location.

    Sets the value of the array element at the specified location.

    index

    The location in the array whose value to overwrite

    value

    The new value to place in the array

    returns

    The updated remote value

    Definition Classes
    ArrayInfoProfile
  126. def update[T](index: Int, value: T)(implicit typeTag: scala.reflect.api.JavaUniverse.TypeTag[T]): ValueInfoProfile

    Permalink

    Sets the value of the array element at the specified location.

    Sets the value of the array element at the specified location.

    index

    The location in the array whose value to overwrite

    value

    The new value to place in the array

    returns

    The updated remote value

    Definition Classes
    ArrayInfoProfile
  127. def value(index: Int): ValueInfoProfile

    Permalink

    Retrieves the value in the array at the specified index.

    Retrieves the value in the array at the specified index.

    index

    The location in the array to retrieve a value

    returns

    The retrieved value

    Definition Classes
    PureArrayInfoProfileArrayInfoProfile
  128. def values: Seq[ValueInfoProfile]

    Permalink

    Retrieves all values from the array.

    Retrieves all values from the array.

    returns

    The retrieved values

    Definition Classes
    PureArrayInfoProfileArrayInfoProfile
  129. def values(index: Int, length: Int): Seq[ValueInfoProfile]

    Permalink

    Retrieves the values in the array starting from the specified index and continuing through the specified length of elements.

    Retrieves the values in the array starting from the specified index and continuing through the specified length of elements.

    index

    The location in the array to begin retrieving values

    length

    The number of values to retrieve, or -1 to retrieve all remaining values to the end of the array

    returns

    The retrieved values

    Definition Classes
    PureArrayInfoProfileArrayInfoProfile
  130. final def wait(): Unit

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

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

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

Inherited from PureCreateInfoProfile

Inherited from JDIHelperMethods

Inherited from Logging

Inherited from ArrayInfoProfile

Inherited from CreateInfoProfile

Inherited from PureObjectInfoProfile

Inherited from ObjectInfoProfile

Inherited from PureValueInfoProfile

Inherited from ValueInfoProfile

Inherited from CommonInfoProfile

Inherited from AnyRef

Inherited from Any

Ungrouped