ConcreteAnalysisContents

sbt.internal.inc.ConcreteAnalysisContents
final case class ConcreteAnalysisContents(analysis: CompileAnalysis, miniSetup: MiniSetup) extends AnalysisContents

Attributes

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

Members list

Value members

Concrete methods

override def getAnalysis: CompileAnalysis

Attributes

Definition Classes
AnalysisContents
override def getMiniSetup: MiniSetup

Attributes

Definition Classes
AnalysisContents

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product