Packages

object checkNoEscaping extends Global.TypeMap

Check that type of given tree does not contain local or private components.

Source
Typers.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. checkNoEscaping
  2. TypeMap
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class TypeMapTransformer extends reflect.internal.SymbolTable.Transformer
    Definition Classes
    TypeMap

Value Members

  1. def addHidden(sym: Global.Symbol): Unit
  2. def andThen[A](g: (Global.Type) => A): (Global.Type) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  3. def apply(t: Global.Type): Global.Type
    Definition Classes
    checkNoEscaping → TypeMap → Function1
  4. def compose[A](g: (A) => Global.Type): (A) => Global.Type
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def mapOver(tree: Global.Tree, giveup: () => Nothing): Global.Tree
    Definition Classes
    TypeMap
  6. def mapOver(tree: Global.Tree): Global.Tree
    Definition Classes
    TypeMap
  7. def mapOver(annot: Global.AnnotationInfo): Global.AnnotationInfo
    Definition Classes
    TypeMap
  8. def mapOver(origSyms: List[Global.Symbol]): List[Global.Symbol]
    Definition Classes
    TypeMap
  9. def mapOver(scope: Global.Scope): Global.Scope
    Definition Classes
    TypeMap
  10. def mapOver(tp: Global.Type): Global.Type
    Definition Classes
    TypeMap
  11. def mapOverAnnotArgs(args: List[Global.Tree]): List[Global.Tree]
    Definition Classes
    TypeMap
  12. def mapOverAnnotations(annots: List[Global.AnnotationInfo]): List[Global.AnnotationInfo]
    Definition Classes
    TypeMap
  13. def privates[T <: Global.Tree](typer: Analyzer.Typer, owner: Global.Symbol, tree: T): T

    Check that type tree does not refer to private components unless itself is wrapped in something private (owner tells where the type occurs).

  14. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any