Packages

  • package root
    Definition Classes
    root
  • abstract class Analysis[L, Exp, Abs, Addr, Time] extends AnyRef
    Definition Classes
    root
c

Analysis

abstract class Analysis[L, Exp, Abs, Addr, Time] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Analysis
  2. AnyRef
  3. 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 Analysis()(implicit arg0: Expression[Exp], arg1: JoinLattice[Abs], arg2: Address[Addr], arg3: Timestamp[Time])

Abstract Value Members

  1. abstract def error(err: SemanticError, current: L): L
  2. abstract def init: L
  3. abstract def join(x: L, y: L): L
  4. abstract def stepEval(e: Exp, env: Environment[Addr], store: Store[Addr, Abs], t: Time, current: L): L
  5. abstract def stepKont(v: Abs, frame: Frame, store: Store[Addr, Abs], t: Time, current: L): L