WitnessNamesAnnot

dotty.tools.dotc.ast.TreeInfo.WitnessNamesAnnot

Under x.modularity: Extractor for annotation.internal.WitnessNames(name_1, ..., name_n) represented as an untyped or typed tree.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(names: List[TermName])(using Context): Tree
def unapply(tree: Tree)(using Context): Option[List[TermName]]