DependencyCheck

cps.plugin.forest.application.DependencyCheck

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class CheckState(prevs: Set[Symbol], next: Set[Symbol], depFound: Boolean, inPossibleRhs: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Result(canBeDependent: Boolean, syms: Set[Symbol])

Attributes

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

Value members

Concrete methods

def run(tree: Tree, syms: Set[Symbol])(using Context): Result