dotty.tools.dotc.core.Annotations$.Annotation$
See theAnnotation companion class
object Annotation
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- Annotation.type
Members list
Concise view
Type members
Value members
Concrete methods
Create an annotation where the tree is computed lazily.
Create an annotation where the tree is computed lazily.
Attributes
def deferredSymAndTree(symFn: Context ?=> Symbol)(treeFn: Context ?=> Tree)(using Context): Annotation
Create an annotation where the symbol and the tree are computed lazily.
Create an annotation where the symbol and the tree are computed lazily.