package mopsa

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

include Abstraction.Stateless.STATELESS

Domain header

*****************

val name : string

Name of the domain

val id : unit Core.All.id

Identifier of the domain

val checks : Core.All.check list

List of checks performed by the domain

val init : Core.All.program -> ('a, unit) Core.All.man -> 'a Core.All.flow -> 'a Core.All.flow

**********************

Initialization routine

Printing

************

val domains : Core.All.DomainSet.t
val semantics : Core.All.SemanticSet.t
val routing_table : Core.All.routing_table
val exec : Core.All.DomainSet.t option -> Core.All.stmt -> ('a, unit) Core.All.man -> 'a Core.All.flow -> 'a Core.All.post option
val eval : Core.All.DomainSet.t option -> Core.All.expr -> ('a, unit) Core.All.man -> 'a Core.All.flow -> 'a Core.All.eval option
val ask : Core.All.DomainSet.t option -> ('a, 'r) Core.All.query -> ('a, unit) Core.All.man -> 'a Core.All.flow -> ('a, 'r) Core.All.cases option
val print_expr : Core.All.DomainSet.t option -> ('a, unit) Core.All.man -> 'a Core.All.flow -> Core.All.printer -> Core.All.expr -> unit
OCaml

Innovation. Community. Security.