DirectiveUtil

class Object
trait Matchable
class Any

Value members

Concrete methods

def concatAllValues(groupedPositionedValuesContainer: GroupedScopedValuesContainer): Seq[ScopedValue[_]]
def kind(v: Value[_]): UsingDirectiveValueKind
def partitionBasedOnHavingScope(groupedPositionedValuesContainer: GroupedScopedValuesContainer): (Seq[(ScopedValue[_], ScopePath)], Seq[ScopedValue[_]])
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]