ScopeContext

case class ScopeContext(typeDecl: Option[NewTypeDecl], methodParameters: Seq[NewMethodParameterIn], locals: Seq[NewLocal], identifiers: Map[String, NewIdentifier])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withNewIdentifiers(newIdentifiers: Map[String, NewIdentifier]): ScopeContext
def withNewLocals(newLocals: Seq[NewLocal]): ScopeContext
def withNewParams(newParams: Seq[NewMethodParameterIn]): ScopeContext

Inherited methods

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