scala.tools.nsc.ast.TreeDSL

CODE

object CODE

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CODE
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CaseStart extends AnyRef

  2. class IfStart extends AnyRef

  3. case class SelectStart(tree: Global.Select) extends Product with Serializable

  4. class TreeMethods extends AnyRef

  5. class TryStart extends AnyRef

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. def AND(guards: Global.Tree*): Global.Tree

  7. def BLOCK(xs: Global.Tree*): Global.Block

  8. def CASE(pat: Global.Tree): CaseStart

  9. def DEFAULT: CaseStart

  10. def FALSE: Global.Literal

  11. def IF(tree: Global.Tree): IfStart

  12. object LIT extends (Any) ⇒ Global.Literal

  13. def NEW(tpt: Global.Tree, args: Global.Tree*): Global.Tree

  14. def NOT(tree: Global.Tree): Global.Select

  15. def NULL: Global.Literal

  16. def REF(pre: Global.Type, sym: Global.Symbol): Global.RefTree

  17. def REF(sym: Global.Symbol): Global.RefTree

    Typed trees from symbols.

  18. def SOME(xs: Global.Tree*): Global.Tree

  19. def TRUE: Global.Literal

  20. def TRY(tree: Global.Tree): TryStart

  21. def UNIT: Global.Literal

  22. def ZERO: Global.Literal

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def fn(lhs: Global.Tree, op: Global.Symbol, args: Global.Tree*): Global.Apply

  29. def fn(lhs: Global.Tree, op: Global.Name, args: Global.Tree*): Global.Apply

  30. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  33. implicit def mkTreeFromSelectStart(ss: SelectStart): Global.Select

    (foo DOT bar) might be simply a Select, but more likely it is to be immediately followed by an Apply.

    (foo DOT bar) might be simply a Select, but more likely it is to be immediately followed by an Apply. We don't want to add an actual apply method to arbitrary trees, so SelectStart is created with an apply - and if apply is not the next thing called, the implicit from SelectStart -> Tree will provide the tree.

  34. implicit def mkTreeMethods(target: Global.Tree): TreeMethods

    Implicits - some of these should probably disappear *

  35. implicit def mkTreeMethodsFromSelectStart(ss: SelectStart): TreeMethods

  36. implicit def mkTreeMethodsFromSymbol(target: Global.Symbol): TreeMethods

  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def nullSafe[T](f: (Global.Tree) ⇒ Global.Tree, ifNull: Global.Tree): (Global.Tree) ⇒ Global.Tree

  41. def returning[T](x: T)(f: (T) ⇒ Unit): T

  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped