scala.meta.contrib.Extract
See theExtract companion object
The motivation for this typeclass is to extract values out of trees that could have been fields on the classes. However, these values are not included as fields on the tree nodes because of various reasons.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Abstract methods
Implicitly added by extractAnnotationsFromMods
Implicitly added by extractClassesFromStats
Implicitly added by extractDeclDefsFromStats
Implicitly added by extractDeclTypesFromStats
Implicitly added by extractDeclValsFromStats
Implicitly added by extractDeclVarsFromStats
Implicitly added by extractDeclsFromStats
Implicitly added by extractDefnsFromStats
Implicitly added by extractDefsFromStats
Implicitly added by extractMembersFromStats
Implicitly added by extractObjectsFromStats
Implicitly added by extractTermsFromStats
Implicitly added by extractTraitsFromStats
Implicitly added by extractTypesFromStats
Implicitly added by extractValsFromStats
Implicitly added by extractVarsFromStats
In this article