SourceFile

tastyquery.SourceFile
See theSourceFile companion object
final class SourceFile

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Tests whether this source file gives line/column information.

Tests whether this source file gives line/column information.

Attributes

def name: String

The last /-separated component of the path.

The last /-separated component of the path.

Attributes

def path: String

The full, though usually relative, path of the file, as stored in TASTy.

The full, though usually relative, path of the file, as stored in TASTy.

Attributes

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any