Class

org.scaladebugger.api.profiles.pure.info

PureLocationInfoProfile

Related Doc: package info

Permalink

class PureLocationInfoProfile extends LocationInfoProfile

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PureLocationInfoProfile
  2. LocationInfoProfile
  3. CommonInfoProfile
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PureLocationInfoProfile(scalaVirtualMachine: ScalaVirtualMachine, infoProducer: InfoProducerProfile, _location: Location)

    Permalink

    scalaVirtualMachine

    The high-level virtual machine containing the location

    infoProducer

    The producer of info-based profile instances

    _location

    The reference to the underlying JDI location

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def codeIndex: Long

    Permalink

    Retrieves the code position within the location's method.

    Retrieves the code position within the location's method.

    returns

    The code position, or -1 if not available

    Definition Classes
    PureLocationInfoProfileLocationInfoProfile
  7. def codeIndexOption: Option[Long]

    Permalink

    Retrieves the code position within the location's method.

    Retrieves the code position within the location's method.

    returns

    Some code position, or None if not available

    Definition Classes
    LocationInfoProfile
  8. def declaringType: ReferenceTypeInfoProfile

    Permalink

    Retrieves the reference type information for the type containing this location.

    Retrieves the reference type information for the type containing this location.

    returns

    The reference type information

    Definition Classes
    PureLocationInfoProfileLocationInfoProfile
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. val infoProducer: InfoProducerProfile

    Permalink

    The producer of info-based profile instances

    The producer of info-based profile instances

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

    Permalink
    Definition Classes
    Any
  16. def lineNumber: Int

    Permalink

    Retrieves the line number associated with the location.

    Retrieves the line number associated with the location.

    returns

    The line number, or -1 if not available

    Definition Classes
    PureLocationInfoProfileLocationInfoProfile
  17. def lineNumberOption: Option[Int]

    Permalink

    Retrieves the line number associated with the location.

    Retrieves the line number associated with the location.

    returns

    Some line number, or None if not available

    Definition Classes
    LocationInfoProfile
  18. def method: MethodInfoProfile

    Permalink

    Retrieves the method information for the method containing this location.

    Retrieves the method information for the method containing this location.

    returns

    The method information

    Definition Classes
    PureLocationInfoProfileLocationInfoProfile
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def newMethodProfile(method: Method): MethodInfoProfile

    Permalink
    Attributes
    protected
  21. def newReferenceTypeProfile(referenceType: ReferenceType): ReferenceTypeInfoProfile

    Permalink
    Attributes
    protected
  22. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  24. val scalaVirtualMachine: ScalaVirtualMachine

    Permalink

    The high-level virtual machine containing the location

    The high-level virtual machine containing the location

    Definition Classes
    PureLocationInfoProfileCommonInfoProfile
  25. def sourceName: String

    Permalink

    Retrieves the identifying name for the source corresponding to this location.

    Retrieves the identifying name for the source corresponding to this location.

    returns

    The identifying name

    Definition Classes
    PureLocationInfoProfileLocationInfoProfile
  26. def sourcePath: String

    Permalink

    Retrieves the path to the source corresponding to this location.

    Retrieves the path to the source corresponding to this location.

    returns

    The source path

    Definition Classes
    PureLocationInfoProfileLocationInfoProfile
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toJdiInstance: Location

    Permalink

    Returns the JDI representation this profile instance wraps.

    Returns the JDI representation this profile instance wraps.

    returns

    The JDI instance

    Definition Classes
    PureLocationInfoProfileLocationInfoProfileCommonInfoProfile
  29. 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
    LocationInfoProfileCommonInfoProfile
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def trySourceName: Try[String]

    Permalink

    Retrieves the identifying name for the source corresponding to this location.

    Retrieves the identifying name for the source corresponding to this location.

    returns

    Success containing the identifying name, otherwise a failure

    Definition Classes
    LocationInfoProfile
  32. def trySourcePath: Try[String]

    Permalink

    Retrieves the path to the source corresponding to this location.

    Retrieves the path to the source corresponding to this location.

    returns

    Success containing the source path, otherwise a failure

    Definition Classes
    LocationInfoProfile
  33. final def wait(): Unit

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

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

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

Inherited from LocationInfoProfile

Inherited from CommonInfoProfile

Inherited from AnyRef

Inherited from Any

Ungrouped