TastyFileUtil

dotty.tools.dotc.fromtasty.TastyFileUtil$
object TastyFileUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Get the class path of a tasty file

Get the class path of a tasty file

If

package foo
  class Foo

then getClassName("./out/foo/Foo.tasty") returnsSome("foo.Foo")`

Attributes

Get the class path of a tasty file

Get the class path of a tasty file

If

package foo
  class Foo

then getClassName("./out/foo/Foo.tasty") returnsSome("./out")`

Attributes