org.scaladebugger.api.dsl.info

FrameInfoDSLWrapper

class FrameInfoDSLWrapper extends AnyRef

Wraps a profile, providing DSL-like syntax.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FrameInfoDSLWrapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def forAllVariables: Try[Seq[VariableInfoProfile]]

    See also

    FrameInfoProfile#tryAllVariables()

  12. def forArguments: Try[Seq[VariableInfoProfile]]

    See also

    FrameInfoProfile#tryArgumentLocalVariables()

  13. def forFieldVariables: Try[Seq[VariableInfoProfile]]

    See also

    FrameInfoProfile#tryFieldVariables()

  14. def forLocalVariables: Try[Seq[VariableInfoProfile]]

    See also

    FrameInfoProfile#tryLocalVariables()

  15. def forNonArguments: Try[Seq[VariableInfoProfile]]

    See also

    FrameInfoProfile#tryNonArgumentLocalVariables()

  16. def forUnsafeAllVariables: Seq[VariableInfoProfile]

    See also

    FrameInfoProfile#allVariables()

  17. def forUnsafeArguments: Seq[VariableInfoProfile]

    See also

    FrameInfoProfile#argumentLocalVariables()

  18. def forUnsafeFieldVariables: Seq[VariableInfoProfile]

    See also

    FrameInfoProfile#fieldVariables()

  19. def forUnsafeLocalVariables: Seq[VariableInfoProfile]

    See also

    FrameInfoProfile#localVariables()

  20. def forUnsafeNonArguments: Seq[VariableInfoProfile]

    See also

    FrameInfoProfile#nonArgumentLocalVariables()

  21. def forUnsafeVariable(name: String): VariableInfoProfile

    See also

    FrameInfoProfile#variable(String)

  22. def forVariable(name: String): Try[VariableInfoProfile]

    See also

    FrameInfoProfile#tryVariable(String)

  23. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withCurrentThread: Try[ThreadInfoProfile]

    See also

    FrameInfoProfile#tryCurrentThread()

  35. def withThisObject: Try[ObjectInfoProfile]

    See also

    FrameInfoProfile#tryThisObject()

  36. def withUnsafeCurrentThread: ThreadInfoProfile

    See also

    FrameInfoProfile#currentThread()

  37. def withUnsafeThisObject: ObjectInfoProfile

    See also

    FrameInfoProfile#thisObject()

Inherited from AnyRef

Inherited from Any

Ungrouped