Packages

class MacroTreeDecoratorApi[T <: Universe.Tree] extends TreeDecoratorApi[T]

See also

TreeDecorator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MacroTreeDecoratorApi
  2. TreeDecoratorApi
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MacroTreeDecoratorApi(tree: T)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def attachments: Attachments { type Pos = Universe.this.Position }

    See also

    internal.attachments

  6. def changeOwner(prev: Universe.Symbol, next: Universe.Symbol): tree.type

    See also

    internal.changeOwner

  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def defineType(tp: Universe.Type): T

    See also

    internal.defineType

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def freeTerms: List[Universe.FreeTermSymbol]

    Definition Classes
    TreeDecoratorApi
    See also

    internal.freeTerms

  13. def freeTypes: List[Universe.FreeTypeSymbol]

    Definition Classes
    TreeDecoratorApi
    See also

    internal.freeTypes

  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def removeAttachment[A](implicit arg0: ClassTag[A]): T

    See also

    internal.removeAttachment

  21. def setPos(newpos: Universe.Position): T

    See also

    internal.setPos

  22. def setSymbol(sym: Universe.Symbol): T

    See also

    internal.setSymbol

  23. def setType(tp: Universe.Type): T

    See also

    internal.setType

  24. def substituteSymbols(from: List[Universe.Symbol], to: List[Universe.Symbol]): Universe.Tree

    Definition Classes
    TreeDecoratorApi
    See also

    internal.substituteSymbols

  25. def substituteThis(clazz: Universe.Symbol, to: ⇒ Universe.Tree): Universe.Tree

    Definition Classes
    TreeDecoratorApi
    See also

    internal.substituteThis

  26. def substituteTypes(from: List[Universe.Symbol], to: List[Universe.Type]): Universe.Tree

    Definition Classes
    TreeDecoratorApi
    See also

    internal.substituteTypes

  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. val tree: T
  30. def updateAttachment[A](attachment: A)(implicit arg0: ClassTag[A]): tree.type

    See also

    internal.updateAttachment

  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped