Packages

abstract class Environment[Addr] extends MemoHashCode

Linear Supertypes
MemoHashCode, Product, Equals, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Environment
  2. MemoHashCode
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Environment()(implicit arg0: Address[Addr])

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def extend(values: Iterable[(String, Addr)]): Environment[Addr]

    Extend the environment with multiple values

  3. abstract def extend(name: String, a: Addr): Environment[Addr]

    Extend the environment

  4. abstract def forall(p: ((String, Addr)) ⇒ Boolean): Boolean

    Checks if a predicate is true for all elements of the environment

  5. abstract def keys: Iterable[String]

    Gets all the keys of the environment

  6. abstract def lookup(name: String): Option[Addr]

    Looks up a value in the environment

  7. abstract def productArity: Int
    Definition Classes
    Product
  8. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete Value Members

  1. def hashCode(): Int

    Memoized default hash code

    Memoized default hash code

    Definition Classes
    MemoHashCode → AnyRef → Any
  2. def lookupMF(name: Identifier): MayFail[Addr]
  3. def productIterator: Iterator[Any]
    Definition Classes
    Product
  4. def productPrefix: String
    Definition Classes
    Product
  5. def subsumes(that: Environment[Addr]): Boolean

    Checks whether this environment subsumes another