TimeTravellingTreeCopier
dotty.tools.dotc.ast.tpd.TimeTravellingTreeCopier
class TimeTravellingTreeCopier extends TypedTreeCopier
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
def AppliedTypeTree(tree: Tree)(tpt: Tree, args: List[Tree])(using Context): Instance.this.AppliedTypeTree
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
def LambdaTypeTree(tree: Tree)(tparams: List[TypeDef], body: Tree)(using Context): Instance.this.LambdaTypeTree
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
def MatchTypeTree(tree: Tree)(bound: Tree, selector: Tree, cases: List[CaseDef])(using Context): Instance.this.MatchTypeTree
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
def PackageDef(tree: Tree)(pid: RefTree, stats: List[Tree])(using Context): Instance.this.PackageDef
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
def QuotePattern(tree: Tree)(bindings: List[Tree], body: Tree, quotes: Tree)(using Context): Instance.this.QuotePattern
Attributes
- Inherited from:
- TreeCopier
Copy Ident or Select trees
def RefinedTypeTree(tree: Tree)(tpt: Tree, refinements: List[Tree])(using Context): Instance.this.RefinedTypeTree
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
def SplicePattern(tree: Tree)(body: Tree, args: List[Tree])(using Context): Instance.this.SplicePattern
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
def TermLambdaTypeTree(tree: Tree)(params: List[ValDef], body: Tree)(using Context): Instance.this.TermLambdaTypeTree
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
def TypeBoundsTree(tree: Tree)(lo: Tree, hi: Tree, alias: Tree)(using Context): Instance.this.TypeBoundsTree
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Definition Classes
- Inherited from:
- TypedTreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TreeCopier
Attributes
- Inherited from:
- TypedTreeCopier
Attributes
- Inherited from:
- TypedTreeCopier
Soucre of the copied tree
In this article