DirectiveUtil

scala.build.preprocessing.directives.DirectiveUtil$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def concatAllValues(groupedPositionedValuesContainer: GroupedScopedValuesContainer): Seq[ScopedValue[_]]
def kind(v: Value[_]): UsingDirectiveValueKind
def partitionBasedOnHavingScope(groupedPositionedValuesContainer: GroupedScopedValuesContainer): (Seq[(ScopedValue[_], ScopePath)], Seq[ScopedValue[_]])

Attributes

Returns:

(scopedValuesSeq, nonScopedValuesSeq)

def position(v: Value[_], path: Either[String, Path], skipQuotes: Boolean): File
def positions(values: Seq[Value[_]], path: Either[String, Path]): Seq[Position]
def scope(v: Value[_], cwd: ScopePath): Option[ScopePath]