TastyInspector
scala.tasty.inspector.TastyInspector
object TastyInspector
Attributes
- Graph
-
- Supertypes
- Self type
-
TastyInspector.type
Members list
Value members
Concrete methods
def inspectAllTastyFiles(tastyFiles: List[String], jars: List[String], dependenciesClasspath: List[String])(inspector: Inspector): Boolean
Load and process TASTy files using TASTy reflect
Load and process TASTy files using TASTy reflect
Value parameters
- dependenciesClasspath
-
Classpath with extra dependencies needed to load class in the
.tastyfiles - jars
-
List of path of
.jarfiles - tastyFiles
-
List of paths of
.tastyfiles
Attributes
- Returns
-
boolean value indicating whether the process succeeded
Load and process TASTy files using TASTy reflect
Load and process TASTy files using TASTy reflect
Value parameters
- tastyFiles
-
List of paths of
.tastyfiles
Attributes
- Returns
-
boolean value indicating whether the process succeeded
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 parameters
- jars
-
Path of
.jarfile
Attributes
- Returns
-
boolean value indicating whether the process succeeded
In this article