Packages

Scalactic is brought to you by:
o

org.scalactic.source

TypeInfoMacro

object TypeInfoMacro

Helper class for Position macro. (Will be removed from the public API if possible in a subsequent 3.0.0-RCx release.)

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

Value Members

  1. def genTypeInfo[T](context: Context)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.Universe.Expr[T] forSome {val ownerRepair: MacroOwnerRepair[context.type]}

    Helper method for TypeInfo macro.