ClassRepresentation

dotty.tools.io.ClassRepresentation

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

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

Concrete 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