Class

miniboxing.plugin.metadata.MiniboxMetadataUtils.typeMappers

SubstSkolemsTypeMap

Related Doc: package typeMappers

Permalink

class SubstSkolemsTypeMap extends scala.tools.nsc.Global.SubstTypeMap

Linear Supertypes
scala.tools.nsc.Global.SubstTypeMap, scala.tools.nsc.Global.SubstMap[scala.tools.nsc.Global.Type], scala.tools.nsc.Global.TypeMap, (scala.tools.nsc.Global.Type) ⇒ scala.tools.nsc.Global.Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SubstSkolemsTypeMap
  2. SubstTypeMap
  3. SubstMap
  4. TypeMap
  5. Function1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SubstSkolemsTypeMap(from: List[scala.tools.nsc.Global.Symbol], to: List[scala.tools.nsc.Global.Type])

    Permalink

Type Members

  1. class TypeMapTransformer extends scala.reflect.internal.SymbolTable.Transformer

    Permalink
    Definition Classes
    TypeMap

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 andThen[A](g: (scala.tools.nsc.Global.Type) ⇒ A): (scala.tools.nsc.Global.Type) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(tp0: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Permalink
    Definition Classes
    SubstMap → TypeMap → Function1
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compose[A](g: (A) ⇒ scala.tools.nsc.Global.Type): (A) ⇒ scala.tools.nsc.Global.Type

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  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 flipped[T](body: ⇒ T): T

    Permalink
    Definition Classes
    TypeMap
    Annotations
    @inline()
  13. val from: List[scala.tools.nsc.Global.Symbol]

    Permalink
    Definition Classes
    SubstTypeMap
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  17. def mapOver(tree: scala.tools.nsc.Global.Tree, giveup: () ⇒ Nothing): scala.tools.nsc.Global.Tree

    Permalink
    Definition Classes
    SubstTypeMap → TypeMap
  18. def mapOver(tree: scala.tools.nsc.Global.Tree): scala.tools.nsc.Global.Tree

    Permalink
    Definition Classes
    TypeMap
  19. def mapOver(annot: scala.tools.nsc.Global.AnnotationInfo): scala.tools.nsc.Global.AnnotationInfo

    Permalink
    Definition Classes
    TypeMap
  20. def mapOver(origSyms: List[scala.tools.nsc.Global.Symbol]): List[scala.tools.nsc.Global.Symbol]

    Permalink
    Definition Classes
    TypeMap
  21. def mapOver(scope: scala.tools.nsc.Global.Scope): scala.tools.nsc.Global.Scope

    Permalink
    Definition Classes
    TypeMap
  22. def mapOver(tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Permalink
    Definition Classes
    TypeMap
  23. def mapOverAnnotArgs(args: List[scala.tools.nsc.Global.Tree]): List[scala.tools.nsc.Global.Tree]

    Permalink
    Definition Classes
    TypeMap
  24. def mapOverAnnotations(annots: List[scala.tools.nsc.Global.AnnotationInfo]): List[scala.tools.nsc.Global.AnnotationInfo]

    Permalink
    Definition Classes
    TypeMap
  25. def mapOverArgs(args: List[scala.tools.nsc.Global.Type], tparams: List[scala.tools.nsc.Global.Symbol]): List[scala.tools.nsc.Global.Type]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeMap
  26. def matches(sym1: scala.tools.nsc.Global.Symbol, sym2: scala.tools.nsc.Global.Symbol): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    SubstSkolemsTypeMap → SubstMap
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def noChangeToSymbols(origSyms: List[scala.tools.nsc.Global.Symbol]): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TypeMap
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. def renameBoundSyms(tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Permalink
    Attributes
    protected
    Definition Classes
    SubstMap
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val to: List[scala.tools.nsc.Global.Type]

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

    Permalink
    Definition Classes
    SubstSkolemsTypeMap → Function1 → AnyRef → Any
  35. def toType(fromtp: scala.tools.nsc.Global.Type, tp: scala.tools.nsc.Global.Type): scala.tools.nsc.Global.Type

    Permalink
    Attributes
    protected
    Definition Classes
    SubstTypeMap → SubstMap
  36. def variance: Variance

    Permalink
    Definition Classes
    TypeMap
  37. def variance_=(x: Variance): Unit

    Permalink
    Definition Classes
    TypeMap
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withVariance[T](v: Variance)(body: ⇒ T): T

    Permalink
    Definition Classes
    TypeMap

Inherited from scala.tools.nsc.Global.SubstTypeMap

Inherited from scala.tools.nsc.Global.SubstMap[scala.tools.nsc.Global.Type]

Inherited from scala.tools.nsc.Global.TypeMap

Inherited from (scala.tools.nsc.Global.Type) ⇒ scala.tools.nsc.Global.Type

Inherited from AnyRef

Inherited from Any

Ungrouped