Class

izumi.reflect

TagMacro

Related Doc: package reflect

Permalink

class TagMacro extends AnyRef

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

Instance Constructors

  1. new TagMacro(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
  5. def addImplicitError(err: String): Unit

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

    Permalink
    Definition Classes
    Any
  7. val c: Context

    Permalink
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  12. def getImplicitError(): String

    Permalink
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. val logger: TrivialLogger

    Permalink
    Attributes
    protected[this]
  16. final def makeHKTag[ArgStruct](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[ArgStruct]): scala.reflect.macros.blackbox.Context.Expr[HKTag[ArgStruct]]

    Permalink
    Annotations
    @inline()
  17. final def makeHKTagMaterializer[ArgStruct](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[ArgStruct]): scala.reflect.macros.blackbox.Context.Expr[HKTagMaterializer[ArgStruct]]

    Permalink
    Annotations
    @inline()
  18. final def makeStrongTag[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Tag[T]]

    Permalink
  19. final def makeTag[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Tag[T]]

    Permalink
  20. final def makeWeakTag[T](implicit arg0: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Tag[T]]

    Permalink
  21. def mkHKTagArgStruct(tpe: scala.reflect.macros.Universe.Type, kind: Kind): scala.reflect.macros.Universe.Type

    Permalink
    Attributes
    protected[this]
    Annotations
    @inline()
  22. def mkPolyType(tpe: scala.reflect.macros.Universe.Type, params: List[scala.reflect.macros.blackbox.Context.Symbol]): scala.reflect.macros.Universe.Type

    Permalink
    Attributes
    protected[this]
    Annotations
    @inline()
  23. def mkRefined[T](intersection: List[scala.reflect.macros.Universe.Type], originalRefinement: scala.reflect.macros.Universe.Type, tag: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Tag[T]]

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

    Permalink
    Attributes
    protected[this]
    Annotations
    @inline()
  25. def mkTagWithTypeParameters[T](tpe: scala.reflect.macros.Universe.Type, tag: scala.reflect.macros.blackbox.Context.WeakTypeTag[T]): scala.reflect.macros.blackbox.Context.Expr[Tag[T]]

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

    Permalink
    Attributes
    protected[this]
  27. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  30. def resetImplicitError(tpe: scala.reflect.macros.Universe.Type): Unit

    Permalink
    Attributes
    protected[this]
    Annotations
    @inline()
  31. def setImplicitError(err: String): Unit

    Permalink
    Attributes
    protected[this]
    Annotations
    @inline()
  32. def summonTagForKind(tpe: scala.reflect.macros.blackbox.Context.Type, kind: Kind): scala.reflect.macros.blackbox.Context.Tree

    Permalink
    Attributes
    protected[this]
    Annotations
    @inline()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped