org.scaladebugger.api.profiles.pure.info

PureFrameInfoProfile

class PureFrameInfoProfile extends FrameInfoProfile

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PureFrameInfoProfile
  2. FrameInfoProfile
  3. CommonInfoProfile
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PureFrameInfoProfile(scalaVirtualMachine: ScalaVirtualMachine, infoProducer: InfoProducerProfile, _stackFrame: StackFrame, index: Int)

    scalaVirtualMachine

    The high-level virtual machine containing the stack frame

    infoProducer

    The producer of info-based profile instances

    _stackFrame

    The reference to the underlying JDI stack frame instance

    index

    The index of the frame relative to the frame stack

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def allVariables: Seq[VariableInfoProfile]

    Retrieves all variables in this frame.

    Retrieves all variables in this frame.

    returns

    The collection of variables as their profile equivalents

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
    Note

    Provides offset index information!

  7. def argumentLocalVariables: Seq[IndexedVariableInfoProfile]

    Retrieves all variables that represent arguments in this frame.

    Retrieves all variables that represent arguments in this frame.

    returns

    The collection of variables as their profile equivalents

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
    Note

    Provides offset index information!

  8. def argumentValues: Seq[ValueInfoProfile]

    Retrieves the values of the arguments in this frame.

    Retrieves the values of the arguments in this frame. As indicated by the JDI spec, this can return values when no variable information is present.

    returns

    The collection of argument values in order as provided to the frame

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def currentThread: ThreadInfoProfile

    Retrieves the thread associated with this frame.

    Retrieves the thread associated with this frame.

    returns

    The profile of the thread

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def fieldVariables: Seq[FieldVariableInfoProfile]

    Retrieves all variables that represent field variables in this frame.

    Retrieves all variables that represent field variables in this frame.

    returns

    The collection of variables as their profile equivalents

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
    Note

    Provides offset index information!

  15. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  17. def hasIndex: Boolean

    Returns whether or not this frame was provided with its index.

    Returns whether or not this frame was provided with its index.

    returns

    True if an index exists, otherwise false

    Definition Classes
    FrameInfoProfile
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. val index: Int

    The index of the frame relative to the frame stack

    The index of the frame relative to the frame stack

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  20. def indexedAllVariables: Seq[VariableInfoProfile]

    Retrieves all variables in this frame with their offset index information.

    Retrieves all variables in this frame with their offset index information.

    returns

    The collection of variables as their profile equivalents

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  21. def indexedArgumentLocalVariables: Seq[IndexedVariableInfoProfile]

    Retrieves all variables that represent arguments in this frame with their offset index information.

    Retrieves all variables that represent arguments in this frame with their offset index information.

    returns

    The collection of variables as their profile equivalents

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  22. def indexedFieldVariables: Seq[FieldVariableInfoProfile]

    Retrieves all variables that represent field variables in this frame with their offset index information.

    Retrieves all variables that represent field variables in this frame with their offset index information.

    returns

    The collection of variables as their profile equivalents

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  23. def indexedLocalVariables: Seq[IndexedVariableInfoProfile]

    Retrieves all variables that represent local variables in this frame with their offset index information.

    Retrieves all variables that represent local variables in this frame with their offset index information.

    returns

    The collection of variables as their profile equivalents

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  24. def indexedNonArgumentLocalVariables: Seq[IndexedVariableInfoProfile]

    Retrieves all variables that do not represent arguments in this frame with their offset index information.

    Retrieves all variables that do not represent arguments in this frame with their offset index information.

    returns

    The collection of variables as their profile equivalents

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  25. def indexedVariable(name: String): VariableInfoProfile

    Retrieves the variable with the specified name from the frame with offset index information.

    Retrieves the variable with the specified name from the frame with offset index information.

    name

    The name of the variable to retrieve

    returns

    Profile of the variable or throws an exception

    Definition Classes
    FrameInfoProfile
    Annotations
    @throws( ... )
  26. def indexedVariableOption(name: String): Option[VariableInfoProfile]

    Retrieves the variable with the specified name from the frame with offset index information.

    Retrieves the variable with the specified name from the frame with offset index information.

    name

    The name of the variable to retrieve

    returns

    Some profile of the variable, or None if it doesn't exist

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  27. val infoProducer: InfoProducerProfile

    The producer of info-based profile instances

    The producer of info-based profile instances

    Attributes
    protected
  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def localVariables: Seq[IndexedVariableInfoProfile]

    Retrieves all variables that represent local variables in this frame.

    Retrieves all variables that represent local variables in this frame.

    returns

    The collection of variables as their profile equivalents

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
    Note

    Provides offset index information!

  30. def location: LocationInfoProfile

    Retrieves the location associated with this frame.

    Retrieves the location associated with this frame.

    returns

    The profile of the location

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. def newLocalVariableProfile(localVariable: LocalVariable, offsetIndex: Int): IndexedVariableInfoProfile

    Attributes
    protected
  33. def newLocalVariableProfile(localVariable: LocalVariable): IndexedVariableInfoProfile

    Attributes
    protected
  34. def newLocationProfile(location: Location): LocationInfoProfile

    Attributes
    protected
  35. def newObjectProfile(objectReference: ObjectReference): ObjectInfoProfile

    Attributes
    protected
  36. def newThreadProfile(threadReference: ThreadReference): ThreadInfoProfile

    Attributes
    protected
  37. def newValueProfile(value: Value): ValueInfoProfile

    Attributes
    protected
  38. def nonArgumentLocalVariables: Seq[IndexedVariableInfoProfile]

    Retrieves all variables that do not represent arguments in this frame.

    Retrieves all variables that do not represent arguments in this frame.

    returns

    The collection of variables as their profile equivalents

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
    Note

    Provides offset index information!

  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. val scalaVirtualMachine: ScalaVirtualMachine

    The high-level virtual machine containing the stack frame

    The high-level virtual machine containing the stack frame

    Definition Classes
    PureFrameInfoProfileCommonInfoProfile
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def thisObject: ObjectInfoProfile

    Retrieves the object representing 'this' in the current frame scope.

    Retrieves the object representing 'this' in the current frame scope.

    returns

    The profile of this object

    Definition Classes
    FrameInfoProfile
    Annotations
    @throws( ... )
  44. def thisObjectOption: Option[ObjectInfoProfile]

    Retrieves the object representing 'this' in the current frame scope.

    Retrieves the object representing 'this' in the current frame scope.

    returns

    Some profile of this object, or None if not available

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  45. def toJdiInstance: StackFrame

    Returns the JDI representation this profile instance wraps.

    Returns the JDI representation this profile instance wraps.

    returns

    The JDI instance

    Definition Classes
    PureFrameInfoProfileFrameInfoProfileCommonInfoProfile
  46. 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
    FrameInfoProfileCommonInfoProfile
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. def tryAllVariables: Try[Seq[VariableInfoProfile]]

    Retrieves all variables in this frame.

    Retrieves all variables in this frame.

    returns

    Success containing the collection of variables as their profile equivalents, otherwise a failure

    Definition Classes
    FrameInfoProfile
  49. def tryArgumentLocalVariables: Try[Seq[IndexedVariableInfoProfile]]

    Retrieves all variables that represent arguments in this frame.

    Retrieves all variables that represent arguments in this frame.

    returns

    Success containing the collection of variables as their profile equivalents, otherwise a failure

    Definition Classes
    FrameInfoProfile
  50. def tryArgumentValues: Try[Seq[ValueInfoProfile]]

    Retrieves the values of the arguments in this frame.

    Retrieves the values of the arguments in this frame. As indicated by the JDI spec, this can return values when no variable information is present.

    returns

    Success containing the collection of argument values in order as provided to the frame, otherwise a failure

    Definition Classes
    FrameInfoProfile
  51. def tryCurrentThread: Try[ThreadInfoProfile]

    Retrieves the thread associated with this frame.

    Retrieves the thread associated with this frame.

    returns

    Success containing the profile of the thread, otherwise a failure

    Definition Classes
    FrameInfoProfile
  52. def tryFieldVariables: Try[Seq[FieldVariableInfoProfile]]

    Retrieves all variables that represent field variables in this frame.

    Retrieves all variables that represent field variables in this frame.

    returns

    Success containing the collection of variables as their profile equivalents, otherwise a failure

    Definition Classes
    FrameInfoProfile
  53. def tryIndexedAllVariables: Try[Seq[VariableInfoProfile]]

    Retrieves all variables in this frame with their offset index information.

    Retrieves all variables in this frame with their offset index information.

    returns

    Success containing the collection of variables as their profile equivalents, otherwise a failure

    Definition Classes
    FrameInfoProfile
  54. def tryIndexedArgumentLocalVariables: Try[Seq[IndexedVariableInfoProfile]]

    Retrieves all variables that represent arguments in this frame with their offset index information.

    Retrieves all variables that represent arguments in this frame with their offset index information.

    returns

    Success containing the collection of variables as their profile equivalents, otherwise a failure

    Definition Classes
    FrameInfoProfile
  55. def tryIndexedFieldVariables: Try[Seq[FieldVariableInfoProfile]]

    Retrieves all variables that represent field variables in this frame with their offset index information.

    Retrieves all variables that represent field variables in this frame with their offset index information.

    returns

    Success containing the collection of variables as their profile equivalents, otherwise a failure

    Definition Classes
    FrameInfoProfile
  56. def tryIndexedLocalVariables: Try[Seq[IndexedVariableInfoProfile]]

    Retrieves all variables that represent local variables in this frame with their offset index information.

    Retrieves all variables that represent local variables in this frame with their offset index information.

    returns

    Success containing the collection of variables as their profile equivalents, otherwise a failure

    Definition Classes
    FrameInfoProfile
  57. def tryIndexedNonArgumentLocalVariables: Try[Seq[IndexedVariableInfoProfile]]

    Retrieves all variables that do not represent arguments in this frame with their offset index information.

    Retrieves all variables that do not represent arguments in this frame with their offset index information.

    returns

    Success containing the collection of variables as their profile equivalents, otherwise a failure

    Definition Classes
    FrameInfoProfile
  58. def tryIndexedVariable(name: String): Try[VariableInfoProfile]

    Retrieves the variable with the specified name from the frame with offset index information.

    Retrieves the variable with the specified name from the frame with offset index information.

    name

    The name of the variable to retrieve

    returns

    Success containing profile of the variable if found, otherwise a failure

    Definition Classes
    FrameInfoProfile
  59. def tryLocalVariables: Try[Seq[IndexedVariableInfoProfile]]

    Retrieves all variables that represent local variables in this frame.

    Retrieves all variables that represent local variables in this frame.

    returns

    Success containing the collection of variables as their profile equivalents, otherwise a failure

    Definition Classes
    FrameInfoProfile
  60. def tryLocation: Try[LocationInfoProfile]

    Retrieves the location associated with this frame.

    Retrieves the location associated with this frame.

    returns

    Success containing the profile of the location, otherwise a failure

    Definition Classes
    FrameInfoProfile
  61. def tryNonArgumentLocalVariables: Try[Seq[IndexedVariableInfoProfile]]

    Retrieves all variables that do not represent arguments in this frame.

    Retrieves all variables that do not represent arguments in this frame.

    returns

    Success containing the collection of variables as their profile equivalents, otherwise a failure

    Definition Classes
    FrameInfoProfile
  62. def tryThisObject: Try[ObjectInfoProfile]

    Retrieves the object representing 'this' in the current frame scope.

    Retrieves the object representing 'this' in the current frame scope.

    returns

    Success containing the profile of this object, otherwise a failure

    Definition Classes
    FrameInfoProfile
  63. def tryVariable(name: String): Try[VariableInfoProfile]

    Retrieves the variable with the specified name from the frame.

    Retrieves the variable with the specified name from the frame.

    name

    The name of the variable to retrieve

    returns

    Success containing profile of the variable if found, otherwise a failure

    Definition Classes
    FrameInfoProfile
  64. def variable(name: String): VariableInfoProfile

    Retrieves the variable with the specified name from the frame.

    Retrieves the variable with the specified name from the frame.

    name

    The name of the variable to retrieve

    returns

    Profile of the variable or throws an exception

    Definition Classes
    FrameInfoProfile
    Annotations
    @throws( ... )
  65. def variableOption(name: String): Option[VariableInfoProfile]

    Retrieves the variable with the specified name from the frame.

    Retrieves the variable with the specified name from the frame.

    name

    The name of the variable to retrieve

    returns

    Some profile of the variable, or None if it doesn't exist

    Definition Classes
    PureFrameInfoProfileFrameInfoProfile
  66. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FrameInfoProfile

Inherited from CommonInfoProfile

Inherited from AnyRef

Inherited from Any

Ungrouped