ModifiedNames

sbt.internal.inc.ModifiedNames
See theModifiedNames companion object
final case class ModifiedNames(names: Set[UsedName])

ModifiedNames are determined by comparing name hashes in two versions of an API representation.

Note that we distinguish between sets of regular (non-implicit) and implicit modified names. This distinction is needed because the name hashing algorithm makes different decisions based on whether modified name is implicit or not. Implicit names are much more difficult to handle due to difficulty of reasoning about the implicit scope.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def in(scope: UseScope): Set[UsedName]
def isModified(usedName: UsedName): Boolean
def isModifiedRaw(name: String, scope: UseScope): Boolean
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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product