Module dev.civl.abc
Package dev.civl.abc.analysis.IF
package dev.civl.abc.analysis.IF
The analysis module provides various algorithms which
analyze an AST, leaving behind information about the AST.
Entry point:
Analysis-
ClassDescriptionSimple 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.