Packages

c

izumi.reflect

TagLambdaMacro

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. Protected

Instance Constructors

  1. new TagLambdaMacro(c: Context)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abortWithImplicitError(): Nothing
    Definition Classes
    TagMacro
  5. def addImplicitError(err: String): Unit
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val c: Context
    Definition Classes
    TagLambdaMacroTagMacro
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getImplicitError(): String
    Definition Classes
    TagMacro
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def lambdaImpl: scala.reflect.macros.whitebox.Context.Tree
  16. val logger: TrivialLogger
    Attributes
    protected[this]
    Definition Classes
    TagMacro
  17. final def makeHKTag[ArgStruct](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[ArgStruct]): scala.reflect.macros.whitebox.Context.Expr[HKTag[ArgStruct]]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  18. final def makeHKTagMaterializer[ArgStruct](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[ArgStruct]): scala.reflect.macros.whitebox.Context.Expr[HKTagMaterializer[ArgStruct]]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  19. final def makeTag[T](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Tag[T]]
    Definition Classes
    TagMacro
  20. def makeTagImpl[T](implicit arg0: scala.reflect.macros.whitebox.Context.WeakTypeTag[T]): scala.reflect.macros.whitebox.Context.Expr[Tag[T]]
    Definition Classes
    TagMacro
  21. def mkHKTagArgStruct(tpe: scala.reflect.macros.Universe.Type, kind: Kind): scala.reflect.macros.Universe.Type
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  22. def mkPolyType(tpe: scala.reflect.macros.Universe.Type, params: List[scala.reflect.macros.whitebox.Context.Symbol]): scala.reflect.macros.Universe.Type
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  23. 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]]
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  24. 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]])
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  25. 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]]
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  26. def mkTypeParameter(owner: scala.reflect.macros.Universe.Symbol, kind: Kind): scala.reflect.macros.Universe.Symbol
    Attributes
    protected[this]
    Definition Classes
    TagMacro
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def resetImplicitError(tpe: scala.reflect.macros.Universe.Type): Unit
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  31. def setImplicitError(err: String): Unit
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  32. def summonTagForKind(tpe: scala.reflect.macros.whitebox.Context.Type, kind: Kind): scala.reflect.macros.whitebox.Context.Tree
    Attributes
    protected[this]
    Definition Classes
    TagMacro
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from TagMacro

Inherited from AnyRef

Inherited from Any

Ungrouped