scala.tools.nsc.transform.LazyVals

LocalLazyValFinder

object LocalLazyValFinder extends Traverser

Source
LazyVals.scala
Linear Supertypes
Traverser, Traverser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LocalLazyValFinder
  2. Traverser
  3. Traverser
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def apply [T <: Tree] (tree: T): T

    Leave apply available in the generic traverser to do something else.

    Leave apply available in the generic traverser to do something else.

    Definition Classes
    Traverser
  7. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  8. def atOwner (owner: Symbol)(traverse: ⇒ Unit): Unit

    Definition Classes
    Traverser
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. var currentOwner : Symbol

    Attributes
    protected
    Definition Classes
    Traverser
  11. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def find (ts: List[Tree]): Boolean

  15. def find (t: Tree): Boolean

  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  17. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  18. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  19. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  20. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. var result : Boolean

  23. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  24. def toString (): String

    Definition Classes
    AnyRef → Any
  25. def traverse (t: Tree): Unit

    Compiler specific tree types are handled here: the remainder are in the library's abstract tree traverser.

    Compiler specific tree types are handled here: the remainder are in the library's abstract tree traverser.

    Definition Classes
    LocalLazyValFinderTraverser → Traverser
  26. def traverseStats (stats: List[Tree], exprOwner: Symbol): Unit

    The abstract traverser is not aware of Tree.

    The abstract traverser is not aware of Tree.isTerm, so we override this one.

    Definition Classes
    Traverser → Traverser
  27. def traverseTrees (trees: List[Tree]): Unit

    Definition Classes
    Traverser
  28. def traverseTreess (treess: List[List[Tree]]): Unit

    Definition Classes
    Traverser
  29. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Traverser

Inherited from Traverser

Inherited from AnyRef

Inherited from Any