SourceFileMethods (original) (raw)

scala.quoted.Quotes.reflectModule.SourceFileMethods

Extension methods of SourceFile

Attributes

Source

Quotes.scala

Graph

Supertypes

Members list

Content of this source file

Path to this source file. May be None for virtual files such as in the REPL.

Path to this source file. May be None for virtual files such as in the REPL.

Attributes

Source

Quotes.scala

Path to this source file. May be null for virtual files such as in the REPL.

Path to this source file. May be null for virtual files such as in the REPL.

Attributes

Deprecated

[Since version 3.0.2] Use getJPath, name, or path instead of jpath

Source

Quotes.scala

Path of the source file.

Path of the source file.

It does not necessarily point to a path in the filesystem, it could be the path of a virtual file. Use getJPath to get paths to the filesystem.

Attributes

Source

Quotes.scala

In this article