dotty.tools.dotc.ast.tpd.TreeProvider
A trait for loaders that compute trees. Currently implemented just by DottyUnpickler.
Attributes
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Known subtypes
-
Members list
Is it possible that the tree to load contains a definition of or reference to id
?
Is it possible that the tree to load contains a definition of or reference to id
?
Attributes
Get trees defined by this provider. Cache them if -Yretain-trees is set.
Get trees defined by this provider. Cache them if -Yretain-trees is set.
Attributes
Get first tree defined by this provider, or EmptyTree if none exists
Get first tree defined by this provider, or EmptyTree if none exists
Attributes