dotty.tools.dotc.ast.Trees

Instance

Related Doc: package Trees

abstract class Instance[T >: Untyped <: Type] extends DotClass

Self Type
Instance[T]
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Instance
  2. DotClass
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Instance()

Type Members

  1. type Alternative = Trees.Alternative[T]

  2. type AndTypeTree = Trees.AndTypeTree[T]

  3. type Annotated = Trees.Annotated[T]

  4. type AppliedTypeTree = Trees.AppliedTypeTree[T]

  5. type Apply = Trees.Apply[T]

  6. type Assign = Trees.Assign[T]

  7. type BackquotedIdent = Trees.BackquotedIdent[T]

  8. type Bind = Trees.Bind[T]

  9. type Block = Trees.Block[T]

  10. type ByNameTypeTree = Trees.ByNameTypeTree[T]

  11. type CaseDef = Trees.CaseDef[T]

  12. type Closure = Trees.Closure[T]

  13. class DeepFolder[X] extends TreeAccumulator[X]

    Fold f over all tree nodes, in depth-first, prefix order

  14. type DefDef = Trees.DefDef[T]

  15. type DefTree = Trees.DefTree[T]

  16. type DenotingTree = Trees.DenotingTree[T]

  17. type Ident = Trees.Ident[T]

  18. type If = Trees.If[T]

  19. type Import = Trees.Import[T]

  20. type JavaSeqLiteral = Trees.JavaSeqLiteral[T]

  21. type Literal = Trees.Literal[T]

  22. type Match = Trees.Match[T]

  23. type MemberDef = Trees.MemberDef[T]

  24. type Modifiers = Trees.Modifiers[T]

  25. abstract class ModsDeco extends AnyRef

  26. type NameTree = Trees.NameTree[T]

  27. type NamedArg = Trees.NamedArg[T]

  28. type New = Trees.New[T]

  29. type OrTypeTree = Trees.OrTypeTree[T]

  30. type PackageDef = Trees.PackageDef[T]

  31. type Pair = Trees.Pair[T]

  32. type PatternTree = Trees.PatternTree[T]

  33. type ProxyTree = Trees.ProxyTree[T]

  34. type RefTree = Trees.RefTree[T]

  35. type RefinedTypeTree = Trees.RefinedTypeTree[T]

  36. type Return = Trees.Return[T]

  37. type Select = Trees.Select[T]

  38. type SelectFromTypeTree = Trees.SelectFromTypeTree[T]

  39. type SelectWithSig = Trees.SelectWithSig[T]

  40. type SeqLiteral = Trees.SeqLiteral[T]

  41. class ShallowFolder[X] extends TreeAccumulator[X]

    Fold f over all tree nodes, in depth-first, prefix order, but don't visit subtrees where f returns a different result for the root, i.e.

    Fold f over all tree nodes, in depth-first, prefix order, but don't visit subtrees where f returns a different result for the root, i.e. f(x, root) ne x.

  42. type SingletonTypeTree = Trees.SingletonTypeTree[T]

  43. type Super = Trees.Super[T]

  44. type Template = Trees.Template[T]

  45. type TermTree = Trees.TermTree[T]

  46. type Thicket = Trees.Thicket[T]

  47. type This = Trees.This[T]

  48. type Tree = Trees.Tree[T]

  49. abstract class TreeAccumulator[X] extends AnyRef

  50. abstract class TreeCopier extends AnyRef

    A class for copying trees.

    A class for copying trees. The copy methods avid creating a new tree If all arguments stay the same.

    Note: Some of the copy methods take a context. These are exactly those methods that are overridden in TypedTreeCopier so that they selectively retype themselves. Retyping needs a context.

  51. abstract class TreeMap extends AnyRef

  52. abstract class TreeTraverser extends TreeAccumulator[Unit]

  53. type Try = Trees.Try[T]

  54. type TypTree = Trees.TypTree[T]

  55. type TypeApply = Trees.TypeApply[T]

  56. type TypeBoundsTree = Trees.TypeBoundsTree[T]

  57. type TypeDef = Trees.TypeDef[T]

  58. type TypeLambdaTree = Trees.TypeLambdaTree[T]

  59. type TypeTree = Trees.TypeTree[T]

  60. type Typed = Trees.Typed[T]

  61. type UnApply = Trees.UnApply[T]

  62. type ValDef = Trees.ValDef[T]

  63. type ValOrDefDef = Trees.ValOrDefDef[T]

Abstract Value Members

  1. abstract val cpy: TreeCopier

  2. implicit abstract def modsDeco(mdef: MemberDef)(implicit ctx: Context): ModsDeco

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. val EmptyModifiers: Modifiers

  5. val EmptyTree: Thicket

  6. val EmptyValDef: ValDef

  7. def Modifiers(flags: FlagSet = EmptyFlags, privateWithin: TypeName = tpnme.EMPTY, annotations: List[Tree] = Nil): Trees.Modifiers[T]

  8. def Thicket(x1: Tree, x2: Tree, x3: Tree): Thicket

  9. def Thicket(x1: Tree, x2: Tree): Thicket

  10. def Thicket(): Thicket

  11. def Thicket(trees: List[Tree]): Thicket

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def flatTree(xs: List[Tree]): Tree

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

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

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

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

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

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

    Definition Classes
    AnyRef
  24. def rename(tree: NameTree, newName: Name)(implicit ctx: Context): ThisTree[T]

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. def unsupported(methodName: String): Nothing

    Throws an UnsupportedOperationException with the given method name.

    Throws an UnsupportedOperationException with the given method name.

    Definition Classes
    DotClass
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DotClass

Inherited from AnyRef

Inherited from Any

Ungrouped