Package edu.udel.cis.vsl.abc.analysis.IF


package edu.udel.cis.vsl.abc.analysis.IF
The analysis module provides various algorithms which analyze an AST, leaving behind information about the AST. Entry point: Analysis
  • Class
    Description
    Simple factory class providing static methods for creating new instances of Analyzer.
    An analyzer is an object which performs some kind of analysis on an AST, typically leaving behind the information in the AST.