Package

dotterweide

interpreter

Permalink

package interpreter

Visibility
  1. Public
  2. All

Type Members

  1. trait Context extends AnyRef

    Permalink
  2. class ContextImpl extends Context

    Permalink
  3. trait DelegateValue[+A] extends Value

    Permalink
  4. trait Evaluable extends AnyRef

    Permalink
  5. case class EvaluationException(message: String, trace: Seq[Place]) extends Exception with Product with Serializable

    Permalink
  6. case class Place(enclosure: Option[String], line: Int) extends Product with Serializable

    Permalink
  7. trait Value extends AnyRef

    Permalink

Value Members

  1. object ValueType

    Permalink

Ungrouped