org.scaladebugger.api.profiles.pure.info

PureLocationInfoProfile

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

    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: 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. def codeIndex: Long

    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
  9. def codeIndexOption: Option[Long]

    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
  10. def declaringType: ReferenceTypeInfoProfile

    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
  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. val infoProducer: InfoProducerProfile

    The producer of info-based profile instances

    The producer of info-based profile instances

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

    Definition Classes
    Any
  18. def lineNumber: Int

    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
  19. def lineNumberOption: Option[Int]

    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
  20. def method: MethodInfoProfile

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

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

    Attributes
    protected
  23. def newReferenceTypeProfile(referenceType: ReferenceType): ReferenceTypeInfoProfile

    Attributes
    protected
  24. final def notify(): Unit

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

    Definition Classes
    AnyRef
  26. val scalaVirtualMachine: ScalaVirtualMachine

    The high-level virtual machine containing the location

    The high-level virtual machine containing the location

    Definition Classes
    PureLocationInfoProfileCommonInfoProfile
  27. def sourceName: String

    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
  28. def sourcePath: String

    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
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toJdiInstance: Location

    Returns the JDI representation this profile instance wraps.

    Returns the JDI representation this profile instance wraps.

    returns

    The JDI instance

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

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

    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
  34. def trySourcePath: Try[String]

    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
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LocationInfoProfile

Inherited from CommonInfoProfile

Inherited from AnyRef

Inherited from Any

Ungrouped