FileImport

mdoc.internal.markdown.FileImport
See theFileImport companion object
final case class FileImport(path: AbsolutePath, importName: MagicImport, objectName: String, packageName: Option[String], source: String, dependencies: List[FileImport], renames: List[Rename])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toInterface: ImportedScriptFile

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val edit: Option[TokenEditDistance]
val fullyQualifiedName: String
val prefix: String
val toInput: Input