ParsedSbtFileExpressions

sbt.internal.parser.ParsedSbtFileExpressions

This method solely exists to add scaladoc to members in SbtParser which are defined using pattern matching.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def imports: Seq[(String, Int)]

The set of parsed import expressions.

The set of parsed import expressions.

Attributes

def settings: Seq[(String, LineRange)]

The set of parsed definitions and/or sbt build settings.

The set of parsed definitions and/or sbt build settings.

Attributes

def settingsTrees: Seq[(String, Tree)]

The set of scala tree's for parsed definitions/settings and the underlying string representation..

The set of scala tree's for parsed definitions/settings and the underlying string representation..

Attributes