Packages

trait Traverser extends scala.tools.nsc.Global.Traverser

Linear Supertypes
scala.tools.nsc.Global.Traverser, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Traverser
  2. Traverser
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def inspect(tree: scala.tools.nsc.Global.Tree): Unit
    Attributes
    protected

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 apply[T <: scala.tools.nsc.Global.Tree](tree: T): T
    Definition Classes
    Traverser
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def atOwner(owner: scala.tools.nsc.Global.Symbol)(traverse: => Unit): Unit
    Definition Classes
    Traverser
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def continue(tree: scala.tools.nsc.Global.Tree): Unit
    Attributes
    protected
  9. var currentOwner: scala.tools.nsc.Global.Symbol
    Attributes
    protected[scala]
    Definition Classes
    Traverser
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def isArray(tree: scala.tools.nsc.Global.Tree): Boolean
    Attributes
    protected
  16. def isIndexedSeq(t: scala.tools.nsc.Global.Tree): Boolean
    Attributes
    protected
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isIterable(tree: scala.tools.nsc.Global.Tree): Boolean
    Attributes
    protected
  19. def isList(t: scala.tools.nsc.Global.Tree): Boolean
    Attributes
    protected
  20. def isMap(tree: scala.tools.nsc.Global.Tree): Boolean
    Attributes
    protected
  21. def isSeq(t: scala.tools.nsc.Global.Tree): Boolean
    Attributes
    protected
  22. def isSet(t: scala.tools.nsc.Global.Tree, allowMutableSet: Boolean = true): Boolean
    Attributes
    protected
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def traverse(tree: scala.tools.nsc.Global.Tree): Unit
    Definition Classes
    Traverser → Traverser
  29. def traverseAnnotations(annots: List[scala.tools.nsc.Global.Tree]): Unit
    Definition Classes
    Traverser
  30. def traverseCases(cases: List[scala.tools.nsc.Global.CaseDef]): Unit
    Definition Classes
    Traverser
  31. def traverseConstant(c: scala.tools.nsc.Global.Constant): Unit
    Definition Classes
    Traverser
  32. def traverseGuard(guard: scala.tools.nsc.Global.Tree): Unit
    Definition Classes
    Traverser
  33. def traverseImportSelector(sel: scala.tools.nsc.Global.ImportSelector): Unit
    Definition Classes
    Traverser
  34. def traverseModifiers(mods: scala.tools.nsc.Global.Modifiers): Unit
    Definition Classes
    Traverser
  35. def traverseName(name: scala.tools.nsc.Global.Name): Unit
    Definition Classes
    Traverser
  36. def traverseParams(params: List[scala.tools.nsc.Global.Tree]): Unit
    Definition Classes
    Traverser
  37. def traverseParamss(vparamss: List[List[scala.tools.nsc.Global.Tree]]): Unit
    Definition Classes
    Traverser
  38. def traverseParents(parents: List[scala.tools.nsc.Global.Tree]): Unit
    Definition Classes
    Traverser
  39. def traversePattern(pat: scala.tools.nsc.Global.Tree): Unit
    Definition Classes
    Traverser
  40. def traverseSelfType(self: scala.tools.nsc.Global.ValDef): Unit
    Definition Classes
    Traverser
  41. def traverseStats(stats: List[scala.tools.nsc.Global.Tree], exprOwner: scala.tools.nsc.Global.Symbol): Unit
    Definition Classes
    Traverser
  42. def traverseTrees(trees: List[scala.tools.nsc.Global.Tree]): Unit
    Definition Classes
    Traverser
  43. def traverseTreess(treess: List[List[scala.tools.nsc.Global.Tree]]): Unit
    Definition Classes
    Traverser
  44. def traverseTypeArgs(args: List[scala.tools.nsc.Global.Tree]): Unit
    Definition Classes
    Traverser
  45. def traverseTypeAscription(tpt: scala.tools.nsc.Global.Tree): Unit
    Definition Classes
    Traverser
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from scala.tools.nsc.Global.Traverser

Inherited from AnyRef

Inherited from Any

Ungrouped