case class Annotated [ -T ]
extends ProxyTree

arg @annot

Constructors

Annotated ( arg: Tree [ T ] , annot: Tree [ T ] )

Members

[+] type ThisTree = [-T >: dotty.tools.dotc.ast.Trees.Untyped] => dotty.tools.dotc.ast.Trees.Annotated[T] (not handled)

The type constructor at the root of the tree

The type constructor at the root of the tree

[+] val annot : Tree [ T ]
[+] val arg : Tree [ T ]
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( arg: Tree [ T ] , annot: Tree [ T ] ) : Annotated [ T ]
[+] def copy$default$1 : Tree [ T ]
[+] def copy$default$2 : Tree [ T ]
[+] def forwardTo : Tree [ T ]