Context

case class Context(locals: Seq[NewLocal], identifiers: Map[String, NewIdentifier], methodParameters: Seq[NewMethodParameterIn], bindingsInfo: Seq[BindingInfo], lambdaAsts: Seq[Ast], closureBindingInfo: Seq[ClosureBindingMeta], partialConstructors: Seq[PartialConstructor])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ++(other: Context): Context
def addBindings(bindings: Seq[BindingInfo]): Context
def mergeWith(others: Iterable[Context]): Context

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product