ScaladocTastyInspector
Responsible for collectively inspecting all the Tasty files we're interested in.
Delegates most of the work to TastyParser dotty.tools.scaladoc.tasty.TastyParser.
trait Serializable
trait Product
trait Equals
class DocTastyInspector
trait OldTastyInspector
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
def inspectAllTastyFiles(tastyFiles: List[String], jars: List[String], dependenciesClasspath: List[String]): Boolean
Load and process TASTy files using TASTy reflect
Load and process TASTy files using TASTy reflect
- Value Params
- dependenciesClasspath
Classpath with extra dependencies needed to load class in the
.tasty
files- jars
List of path of
.jar
files- tastyFiles
List of paths of
.tasty
files
- Inherited from
- OldTastyInspector
Load and process TASTy files using TASTy reflect
Load and process TASTy files using TASTy reflect
- Value Params
- tastyFiles
List of paths of
.tasty
files
- Inherited from
- OldTastyInspector
Load and process TASTy files in a jar
file using TASTy reflect
Load and process TASTy files in a jar
file using TASTy reflect
- Value Params
- jars
Path of
.jar
file
- Inherited from
- OldTastyInspector