ValUsage

cps.macros.observatory.AutomaticColoringOfEffectsQuoteScope.ValUsage
case class ValUsage(var optValDef: Option[ValDef], inAwaits: ArrayBuffer[Tree], withoutAwaits: ArrayBuffer[Tree], aliases: ArrayBuffer[ValUsage])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def allInAwaits: Seq[Tree]
def allWithoutAwaits: Seq[Tree]
def definedInside: Boolean
def nInAwaits: Int
def reportCases(): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product