Class

izumi.reflect

TagLambdaMacro

Related Doc: package reflect

Permalink

class TagLambdaMacro extends TagMacro

Annotations
@nowarn()
Linear Supertypes
TagMacro, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TagLambdaMacro
  2. TagMacro
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TagLambdaMacro(c: Context)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def abortWithImplicitError(): Nothing

    Permalink
    Definition Classes
    TagMacro
  5. def addImplicitError(err: String): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val c: Context

    Permalink
    Definition Classes
    TagLambdaMacroTagMacro
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getImplicitError(): String

    Permalink
    Definition Classes
    TagMacro
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def lambdaImpl: scala.reflect.macros.whitebox.Context.Tree

    Permalink
  17. val logger: TrivialLogger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
  18. final def makeHKTag[ArgStruct](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[ArgStruct]): scala.reflect.macros.whitebox.Context.Expr[HKTag[ArgStruct]]

    Permalink
    Definition Classes
    TagMacro
    Annotations
    @inline()
  19. final def makeHKTagMaterializer[ArgStruct](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[ArgStruct]): scala.reflect.macros.whitebox.Context.Expr[HKTagMaterializer[ArgStruct]]

    Permalink
    Definition Classes
    TagMacro
    Annotations
    @inline()
  20. final def makeTag[T](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Tag[T]]

    Permalink
    Definition Classes
    TagMacro
  21. def makeTagImpl[T](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Tag[T]]

    Permalink
    Definition Classes
    TagMacro
  22. def mkHKTagArgStruct(tpe: scala.reflect.macros.Universe.Type, kind: Kind): scala.reflect.macros.Universe.Type

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  23. def mkPolyType(tpe: scala.reflect.macros.Universe.Type, params: List[scala.reflect.macros.whitebox.Context.Symbol]): scala.reflect.macros.Universe.Type

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  24. def mkRefined[T](intersection: List[scala.reflect.macros.Universe.Type], originalRefinement: scala.reflect.macros.Universe.Type)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Tag[T]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  25. def mkStruct(intersection: List[scala.reflect.macros.Universe.Type], originalRefinement: scala.reflect.macros.Universe.Type): (scala.reflect.macros.whitebox.Context.Expr[LightTypeTag], scala.reflect.macros.whitebox.Context.Expr[Map[String, LightTypeTag]])

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  26. def mkTagWithTypeParameters[T](tpe: scala.reflect.macros.Universe.Type)(implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Tag[T]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  27. def mkTypeParameter(owner: scala.reflect.macros.Universe.Symbol, kind: Kind): scala.reflect.macros.Universe.Symbol

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def resetImplicitError(tpe: scala.reflect.macros.Universe.Type): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  32. def setImplicitError(err: String): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  33. def summonTagForKind(tpe: scala.reflect.macros.whitebox.Context.Type, kind: Kind): scala.reflect.macros.whitebox.Context.Tree

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TagMacro

Inherited from AnyRef

Inherited from Any

Ungrouped