Context

amyc.core.Context
See theContext companion object
case class Context

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 atPhase(pipeline: Pipeline[_, _]): Unit
def phase: String
def scope(id: Symbol): Scope
def tpe(tree: TypeTree): Type
def withScope(id: Symbol, scope: Scope): Option[Scope]

Index the Scope of each module

Index the Scope of each module

Attributes

def withSymTable(table: SymbolTable): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val tv: HashMap[Type, Type]