package mopsa
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      mopsa-analyzer-v1.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=fdee20e988343751de440b4f6b67c0f4
    
    
  sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500
    
    
  doc/abstraction/Abstraction/Stacked/index.html
Module Abstraction.StackedSource
Signature of stacked domains
The signature STACKED is the feature-complete signature in Mopsa. It represents the lowlevel unified signature used by the framework and all other signatures are casted to it during the construction of the top-level abstraction.
In addition to the access to the top-level abstraction through the manager, this signature allows performing unification over a (shared) sub-abstraction during lattice operations (subset, join, meet and widen).
Signature
Registration
Find a stacked domain by its name. Raise Not_found if no domain is found
mem_stacked_domain name checks whether a stacked domain with name name is registered
Return the names of registered stacked domains
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page