Class

org.scaladebugger.api.profiles.pure.info

PureStringInfo

Related Doc: package info

Permalink

class PureStringInfo extends PureObjectInfo with StringInfo

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. PureStringInfo
  2. StringInfo
  3. PureObjectInfo
  4. ObjectInfo
  5. PureValueInfo
  6. ValueInfo
  7. CommonInfo
  8. JavaInfo
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PureStringInfo(scalaVirtualMachine: ScalaVirtualMachine, infoProducer: InfoProducer, _stringReference: StringReference)(_virtualMachine: VirtualMachine = _stringReference.virtualMachine(), _referenceType: ReferenceType = _stringReference.referenceType())

    Permalink

    scalaVirtualMachine

    The high-level virtual machine containing the array

    infoProducer

    The producer of info-based profile instances

    _stringReference

    The reference to the underlying JDI string

    _virtualMachine

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

    _referenceType

    The reference type for this array

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
    PureStringInfoPureObjectInfo
  5. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def field(name: String): FieldVariableInfo

    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
    ObjectInfo
    Annotations
    @throws( ... )
  10. def fieldOption(name: String): Option[FieldVariableInfo]

    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
    PureObjectInfoObjectInfo
  11. def fields: Seq[FieldVariableInfo]

    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
    PureObjectInfoObjectInfo
    Note

    Provides no offset index information!

  12. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def indexedField(name: String): FieldVariableInfo

    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
    ObjectInfo
    Annotations
    @throws( ... )
  16. def indexedFieldOption(name: String): Option[FieldVariableInfo]

    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
    PureObjectInfoObjectInfo
  17. def indexedFields: Seq[FieldVariableInfo]

    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
    PureObjectInfoObjectInfo
  18. val infoProducer: InfoProducer

    Permalink

    The producer of info-based profile instances

    The producer of info-based profile instances

    Attributes
    protected
    Definition Classes
    PureStringInfoPureObjectInfoPureValueInfo
  19. def invoke(thread: ThreadInfo, method: MethodInfo, arguments: Seq[Any], jdiArguments: JDIArgument*): ValueInfo

    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
    PureObjectInfoObjectInfo
  20. def invoke(thread: ThreadInfo, methodName: String, parameterTypeNames: Seq[String], arguments: Seq[Any], jdiArguments: JDIArgument*): ValueInfo

    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
    ObjectInfo
    Annotations
    @throws( ... )
    Exceptions thrown

    AssertionError When the parameter type and argument counts are not equivalent

  21. def invoke(thread: ThreadInfo, methodName: String, arguments: Seq[Any], jdiArguments: JDIArgument*): ValueInfo

    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
    ObjectInfo
  22. def isArray: Boolean

    Permalink

    Returns whether or not this value represents an array.

    Returns whether or not this value represents an array.

    returns

    True if an array, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  23. def isClassLoader: Boolean

    Permalink

    Returns whether or not this value represents a class loader.

    Returns whether or not this value represents a class loader.

    returns

    True if a class loader, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  24. def isClassObject: Boolean

    Permalink

    Returns whether or not this value represents a class object.

    Returns whether or not this value represents a class object.

    returns

    True if a class object, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def isJavaInfo: Boolean

    Permalink

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

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

    returns

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

    Definition Classes
    PureStringInfoPureObjectInfoPureValueInfoJavaInfo
  27. def isNull: Boolean

    Permalink

    Returns whether or not this value is null.

    Returns whether or not this value is null.

    returns

    True if null, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  28. def isObject: Boolean

    Permalink

    Returns whether or not this value represents an object.

    Returns whether or not this value represents an object.

    returns

    True if an object, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  29. def isPrimitive: Boolean

    Permalink

    Returns whether or not this value represents a primitive.

    Returns whether or not this value represents a primitive.

    returns

    True if a primitive, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  30. def isString: Boolean

    Permalink

    Returns whether or not this value represents a string.

    Returns whether or not this value represents a string.

    returns

    True if a string, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  31. def isThread: Boolean

    Permalink

    Returns whether or not this value represents a thread.

    Returns whether or not this value represents a thread.

    returns

    True if a thread, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  32. def isThreadGroup: Boolean

    Permalink

    Returns whether or not this value represents a thread group.

    Returns whether or not this value represents a thread group.

    returns

    True if a thread group, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  33. def isVoid: Boolean

    Permalink

    Returns whether or not this value is void.

    Returns whether or not this value is void.

    returns

    True if void, otherwise false

    Definition Classes
    PureValueInfoValueInfo
  34. def method(name: String, parameterTypeNames: String*): MethodInfo

    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
    ObjectInfo
    Annotations
    @throws( ... )
  35. def methodOption(name: String, parameterTypeNames: String*): Option[MethodInfo]

    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
    PureObjectInfoObjectInfo
  36. def methods: Seq[MethodInfo]

    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
    PureObjectInfoObjectInfo
  37. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfo
  39. def newClassLoaderProfile(classLoaderReference: ClassLoaderReference): ClassLoaderInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfo
  40. def newClassObjectProfile(classObjectReference: ClassObjectReference): ClassObjectInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfo
  41. def newFieldProfile(field: Field, offsetIndex: Int): FieldVariableInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureObjectInfo
  42. def newFieldProfile(field: Field): FieldVariableInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureObjectInfo
  43. def newMethodProfile(method: Method): MethodInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureObjectInfo
  44. def newObjectProfile(objectReference: ObjectReference): ObjectInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfo
  45. def newPrimitiveProfile(voidValue: VoidValue): PrimitiveInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfo
  46. def newPrimitiveProfile(primitiveValue: PrimitiveValue): PrimitiveInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfo
  47. def newStringProfile(stringReference: StringReference): StringInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfo
  48. def newThreadGroupProfile(threadGroupReference: ThreadGroupReference): ThreadGroupInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfo
  49. def newThreadProfile(threadReference: ThreadReference): ThreadInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfo
  50. def newTypeCheckerProfile(): TypeChecker

    Permalink
    Attributes
    protected
    Definition Classes
    PureObjectInfo
  51. def newTypeProfile(_type: Type): TypeInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureValueInfo
  52. def newValueProfile(value: Value): ValueInfo

    Permalink
    Attributes
    protected
    Definition Classes
    PureObjectInfo
  53. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  55. def referenceType: ReferenceTypeInfo

    Permalink

    Returns the reference type information for this object.

    Returns the reference type information for this object.

    returns

    The reference type information

    Definition Classes
    PureObjectInfoObjectInfo
    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.

  56. val scalaVirtualMachine: ScalaVirtualMachine

    Permalink

    The high-level virtual machine containing the array

    The high-level virtual machine containing the array

    Definition Classes
    PureStringInfoPureObjectInfoPureValueInfoCommonInfo
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def toArrayInfo: ArrayInfo

    Permalink

    Returns the value as an array (profile).

    Returns the value as an array (profile).

    returns

    The array profile wrapping this value

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

    Permalink

    Returns the value as a class loader (profile).

    Returns the value as a class loader (profile).

    returns

    The class loader profile wrapping this value

    Definition Classes
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  60. def toClassObjectInfo: ClassObjectInfo

    Permalink

    Returns the value as a class object (profile).

    Returns the value as a class object (profile).

    returns

    The class object profile wrapping this value

    Definition Classes
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  61. def toJavaInfo: StringInfo

    Permalink

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

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

    returns

    The profile instance providing an implementation corresponding to Java

    Definition Classes
    PureStringInfoStringInfoPureObjectInfoObjectInfoPureValueInfoValueInfoCommonInfoJavaInfo
  62. def toJdiInstance: StringReference

    Permalink

    Returns the JDI representation this profile instance wraps.

    Returns the JDI representation this profile instance wraps.

    returns

    The JDI instance

    Definition Classes
    PureStringInfoStringInfoPureObjectInfoObjectInfoPureValueInfoValueInfoCommonInfo
  63. def toLocalValue: Any

    Permalink

    Returns the value as a value local to this JVM.

    Returns the value as a value local to this JVM.

    returns

    The value as a local instance

    Definition Classes
    PureValueInfoValueInfo
  64. def toObjectInfo: ObjectInfo

    Permalink

    Returns the value as an object (profile).

    Returns the value as an object (profile).

    returns

    The object profile wrapping this value

    Definition Classes
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  65. 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
    StringInfoObjectInfoValueInfoCommonInfo
  66. def toPrimitiveInfo: PrimitiveInfo

    Permalink

    Returns the value as a primitive (profile).

    Returns the value as a primitive (profile).

    returns

    The primitive profile wrapping this value

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

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

    Permalink

    Returns the value as a string (profile).

    Returns the value as a string (profile).

    returns

    The string profile wrapping this value

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

    Permalink

    Returns the value as a thread group (profile).

    Returns the value as a thread group (profile).

    returns

    The thread group profile wrapping this value

    Definition Classes
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  70. def toThreadInfo: ThreadInfo

    Permalink

    Returns the value as a thread (profile).

    Returns the value as a thread (profile).

    returns

    The thread profile wrapping this value

    Definition Classes
    PureValueInfoValueInfo
    Annotations
    @throws( ... )
  71. def tryField(name: String): Try[FieldVariableInfo]

    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
    ObjectInfo
  72. def tryFields: Try[Seq[FieldVariableInfo]]

    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
    ObjectInfo
  73. def tryIndexedField(name: String): Try[FieldVariableInfo]

    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
    ObjectInfo
  74. def tryIndexedFields: Try[Seq[FieldVariableInfo]]

    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
    ObjectInfo
  75. def tryInvoke(thread: ThreadInfo, method: MethodInfo, arguments: Seq[Any], jdiArguments: JDIArgument*): Try[ValueInfo]

    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
    ObjectInfo
  76. def tryInvoke(thread: ThreadInfo, methodName: String, parameterTypeNames: Seq[String], arguments: Seq[Any], jdiArguments: JDIArgument*): Try[ValueInfo]

    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
    ObjectInfo
  77. def tryInvoke(thread: ThreadInfo, methodName: String, arguments: Seq[Any], jdiArguments: JDIArgument*): Try[ValueInfo]

    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
    ObjectInfo
  78. def tryMethod(name: String, parameterTypeNames: String*): Try[MethodInfo]

    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
    ObjectInfo
  79. def tryMethods: Try[Seq[MethodInfo]]

    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
    ObjectInfo
  80. def tryToArrayInfo: Try[ArrayInfo]

    Permalink

    Returns the value as an array (profile).

    Returns the value as an array (profile).

    returns

    Success containing the array profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfo
  81. def tryToClassLoaderInfo: Try[ClassLoaderInfo]

    Permalink

    Returns the value as a class loader (profile).

    Returns the value as a class loader (profile).

    returns

    Success containing the class loader profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfo
  82. def tryToClassObjectInfo: Try[ClassObjectInfo]

    Permalink

    Returns the value as a class object (profile).

    Returns the value as a class object (profile).

    returns

    Success containing the class object profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfo
  83. def tryToLocalValue: Try[Any]

    Permalink

    Returns the value as a value local to this JVM.

    Returns the value as a value local to this JVM.

    returns

    Success containing the value as a local instance, otherwise a failure

    Definition Classes
    ValueInfo
  84. def tryToObjectInfo: Try[ObjectInfo]

    Permalink

    Returns the value as an object (profile).

    Returns the value as an object (profile).

    returns

    Success containing the object profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfo
  85. def tryToPrimitiveInfo: Try[PrimitiveInfo]

    Permalink

    Returns the value as a primitive (profile).

    Returns the value as a primitive (profile).

    returns

    Success containing the primitive profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfo
  86. def tryToStringInfo: Try[StringInfo]

    Permalink

    Returns the value as a string (profile).

    Returns the value as a string (profile).

    returns

    Success containing the string profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfo
  87. def tryToThreadGroupInfo: Try[ThreadGroupInfo]

    Permalink

    Returns the value as a thread group (profile).

    Returns the value as a thread group (profile).

    returns

    Success containing the thread group profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfo
  88. def tryToThreadInfo: Try[ThreadInfo]

    Permalink

    Returns the value as a thread (profile).

    Returns the value as a thread (profile).

    returns

    Success containing the thread profile wrapping this value, otherwise a failure

    Definition Classes
    ValueInfo
  89. def tryTypeInfo: Try[TypeInfo]

    Permalink

    Returns the type information for the value.

    Returns the type information for the value.

    returns

    Success containing the profile containing type information, otherwise a failure

    Definition Classes
    ValueInfo
  90. def typeInfo: ReferenceTypeInfo

    Permalink

    Returns the type information for the object.

    Returns the type information for the object.

    returns

    The profile containing type information

    Definition Classes
    PureObjectInfoObjectInfoPureValueInfoValueInfo
  91. 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
    PureObjectInfoObjectInfo
  92. 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
    ObjectInfo
  93. final def wait(): Unit

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

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

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

Inherited from StringInfo

Inherited from PureObjectInfo

Inherited from ObjectInfo

Inherited from PureValueInfo

Inherited from ValueInfo

Inherited from CommonInfo

Inherited from JavaInfo

Inherited from AnyRef

Inherited from Any

Ungrouped