Packages

Scalactic is brought to you by:

object Position extends Serializable

Companion object for Position that defines an implicit method that uses a macro to grab the enclosing position.

Source
Position.scala
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Position
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. implicit macro def here: Position

    Implicit method, implemented with a macro, that returns the enclosing source position where it is invoked.

    Implicit method, implemented with a macro, that returns the enclosing source position where it is invoked.

    returns

    the enclosing source position