org.scalactic

source

package source

Visibility
  1. Public
  2. All

Type Members

  1. trait ObjectMeta extends AnyRef

  2. case class Position(fileName: String, filePathname: String, lineNumber: Int) extends Product with Serializable

    A source file position consisting of a simple source file name, the full path to the file, and a line number.

  3. class TypeInfo[T] extends AnyRef

Value Members

  1. object ObjectMeta

  2. object Position extends Serializable

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

  3. object PositionMacro

    Helper class for Position macro.

  4. object TypeInfo

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

  5. object TypeInfoMacro

    Helper class for Position macro.

Ungrouped