scala.tools.nsc.ast.Trees

TreeCopier

abstract class TreeCopier extends AnyRef

Source
Trees.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TreeCopier
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TreeCopier()

Abstract Value Members

  1. abstract def Alternative(tree: Tree, trees: List[Tree]): Alternative

  2. abstract def Annotated(tree: Tree, annot: Tree, arg: Tree): Annotated

  3. abstract def AppliedTypeTree(tree: Tree, tpt: Tree, args: List[Tree]): AppliedTypeTree

  4. abstract def Apply(tree: Tree, fun: Tree, args: List[Tree]): Apply

  5. abstract def ApplyDynamic(tree: Tree, qual: Tree, args: List[Tree]): ApplyDynamic

  6. abstract def ArrayValue(tree: Tree, elemtpt: Tree, trees: List[Tree]): ArrayValue

  7. abstract def Assign(tree: Tree, lhs: Tree, rhs: Tree): Assign

  8. abstract def AssignOrNamedArg(tree: Tree, lhs: Tree, rhs: Tree): AssignOrNamedArg

  9. abstract def Bind(tree: Tree, name: Name, body: Tree): Bind

  10. abstract def Block(tree: Tree, stats: List[Tree], expr: Tree): Block

  11. abstract def CaseDef(tree: Tree, pat: Tree, guard: Tree, body: Tree): CaseDef

  12. abstract def ClassDef(tree: Tree, mods: Modifiers, name: Name, tparams: List[TypeDef], impl: Template): ClassDef

  13. abstract def CompoundTypeTree(tree: Tree, templ: Template): CompoundTypeTree

  14. abstract def DefDef(tree: Tree, mods: Modifiers, name: Name, tparams: List[TypeDef], vparamss: List[List[ValDef]], tpt: Tree, rhs: Tree): DefDef

  15. abstract def DocDef(tree: Tree, comment: DocComment, definition: Tree): DocDef

  16. abstract def ExistentialTypeTree(tree: Tree, tpt: Tree, whereClauses: List[Tree]): ExistentialTypeTree

  17. abstract def Function(tree: Tree, vparams: List[ValDef], body: Tree): Function

  18. abstract def Ident(tree: Tree, name: Name): Ident

  19. abstract def If(tree: Tree, cond: Tree, thenp: Tree, elsep: Tree): If

  20. abstract def Import(tree: Tree, expr: Tree, selectors: List[ImportSelector]): Import

  21. abstract def LabelDef(tree: Tree, name: Name, params: List[Ident], rhs: Tree): LabelDef

  22. abstract def Literal(tree: Tree, value: Constant): Literal

  23. abstract def Match(tree: Tree, selector: Tree, cases: List[CaseDef]): Match

  24. abstract def ModuleDef(tree: Tree, mods: Modifiers, name: Name, impl: Template): ModuleDef

  25. abstract def New(tree: Tree, tpt: Tree): New

  26. abstract def PackageDef(tree: Tree, pid: RefTree, stats: List[Tree]): PackageDef

  27. abstract def Return(tree: Tree, expr: Tree): Return

  28. abstract def Select(tree: Tree, qualifier: Tree, selector: Name): Select

  29. abstract def SelectFromArray(tree: Tree, qualifier: Tree, selector: Name, erasure: Type): SelectFromArray

  30. abstract def SelectFromTypeTree(tree: Tree, qualifier: Tree, selector: Name): SelectFromTypeTree

  31. abstract def SingletonTypeTree(tree: Tree, ref: Tree): SingletonTypeTree

  32. abstract def Star(tree: Tree, elem: Tree): Star

  33. abstract def Super(tree: Tree, qual: Tree, mix: TypeName): Super

  34. abstract def Template(tree: Tree, parents: List[Tree], self: ValDef, body: List[Tree]): Template

  35. abstract def This(tree: Tree, qual: Name): This

  36. abstract def Throw(tree: Tree, expr: Tree): Throw

  37. abstract def Try(tree: Tree, block: Tree, catches: List[CaseDef], finalizer: Tree): Try

  38. abstract def TypeApply(tree: Tree, fun: Tree, args: List[Tree]): TypeApply

  39. abstract def TypeBoundsTree(tree: Tree, lo: Tree, hi: Tree): TypeBoundsTree

  40. abstract def TypeDef(tree: Tree, mods: Modifiers, name: Name, tparams: List[TypeDef], rhs: Tree): TypeDef

  41. abstract def TypeTree(tree: Tree): TypeTree

  42. abstract def TypeTreeWithDeferredRefCheck(tree: Tree): TypeTreeWithDeferredRefCheck

  43. abstract def Typed(tree: Tree, expr: Tree, tpt: Tree): Typed

  44. abstract def UnApply(tree: Tree, fun: Tree, args: List[Tree]): UnApply

  45. abstract def ValDef(tree: Tree, mods: Modifiers, name: Name, tpt: Tree, rhs: Tree): ValDef

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def getClass(): java.lang.Class[_]

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

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

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

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

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

    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  18. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any