Packages

final class SourceLocation extends Attribute

Attribute that contains the source location of for example a lambda passed to an operator, useful for example for debugging. Included in the default toString of GraphStageLogic if present

Source
Attributes.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SourceLocation
  2. Attribute
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SourceLocation(lambda: AnyRef)

Value Members

  1. lazy val locationName: String
  2. def toString(): String
    Definition Classes
    SourceLocation → AnyRef → Any