BinaryFileEntry

dotty.tools.dotc.classpath.BinaryFileEntry
See theBinaryFileEntry companion object
sealed trait BinaryFileEntry extends ClassRepresentation

A TASTy file or classfile

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Concrete methods

final def fileName: String
final def name: String
final def source: Option[AbstractFile]

Inherited methods

final def nameLength: Int

returns the length of name by stripping the extension of fileName

returns the length of name by stripping the extension of fileName

Used to avoid creating String instance of name.

Attributes

Inherited from:
ClassRepresentation

Inherited and Abstract methods

Attributes

Inherited from:
ClassRepresentation