Packages

abstract class ErasureMap extends SymbolTable.TypeMap

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErasureMap
  2. TypeMap
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErasureMap()

Type Members

  1. class TypeMapTransformer extends SymbolTable.Transformer

    This transformer leaves the tree alone except to remap its types.

    This transformer leaves the tree alone except to remap its types.

    Definition Classes
    TypeMap

Abstract Value Members

  1. abstract def mergeParents(parents: List[SymbolTable.Type]): SymbolTable.Type

Concrete 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 andThen[A](g: (SymbolTable.Type) ⇒ A): (SymbolTable.Type) ⇒ A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(tp: SymbolTable.Type): SymbolTable.Type
    Definition Classes
    ErasureMap → TypeMap → Function1
  6. def applyInArray(tp: SymbolTable.Type): SymbolTable.Type
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def compose[A](g: (A) ⇒ SymbolTable.Type): (A) ⇒ SymbolTable.Type
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def eraseDerivedValueClassRef(tref: SymbolTable.TypeRef): SymbolTable.Type
    Attributes
    protected
  13. def eraseNormalClassRef(tref: SymbolTable.TypeRef): SymbolTable.Type
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def flipped[T](body: ⇒ T): T
    Definition Classes
    TypeMap
    Annotations
    @inline()
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def mapOver(tree: SymbolTable.Tree, giveup: () ⇒ Nothing): SymbolTable.Tree

    Map a tree that is part of an annotation argument.

    Map a tree that is part of an annotation argument. If the tree cannot be mapped, then invoke giveup(). The default is to transform the tree with TypeMapTransformer.

    Definition Classes
    TypeMap
  20. def mapOver(tree: SymbolTable.Tree): SymbolTable.Tree
    Definition Classes
    TypeMap
  21. def mapOver(annot: SymbolTable.AnnotationInfo): SymbolTable.AnnotationInfo
    Definition Classes
    TypeMap
  22. def mapOver(origSyms: List[SymbolTable.Symbol]): List[SymbolTable.Symbol]

    Map this function over given list of symbols

    Map this function over given list of symbols

    Definition Classes
    TypeMap
  23. def mapOver(scope: SymbolTable.Scope): SymbolTable.Scope

    Map this function over given scope

    Map this function over given scope

    Definition Classes
    TypeMap
  24. def mapOver(tp: SymbolTable.Type): SymbolTable.Type

    Map this function over given type

    Map this function over given type

    Definition Classes
    TypeMap
  25. def mapOverAnnotArgs(args: List[SymbolTable.Tree]): List[SymbolTable.Tree]

    Map over a set of annotation arguments.

    Map over a set of annotation arguments. If any of the arguments cannot be mapped, then return Nil.

    Definition Classes
    TypeMap
  26. def mapOverAnnotations(annots: List[SymbolTable.AnnotationInfo]): List[SymbolTable.AnnotationInfo]
    Definition Classes
    TypeMap
  27. final def mapOverArgs(args: List[SymbolTable.Type], tparams: List[SymbolTable.Symbol]): List[SymbolTable.Type]
    Attributes
    protected
    Definition Classes
    TypeMap
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  33. def variance: Variance
    Definition Classes
    TypeMap
  34. def variance_=(x: Variance): Unit
    Definition Classes
    TypeMap
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def withVariance[T](v: Variance)(body: ⇒ T): T
    Definition Classes
    TypeMap
    Annotations
    @inline()

Inherited from SymbolTable.TypeMap

Inherited from (SymbolTable.Type) ⇒ SymbolTable.Type

Inherited from AnyRef

Inherited from Any

Ungrouped