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


package edu.udel.cis.vsl.abc.program.IF

Module program provides a high-level, mutable, representation of a program. This representation contains the AST as a field. Various methods in the program can transform it, replacing the AST with an entirely new one.

  • Class
    Description
    An abstract representation of a program.
    This factory is used to produce a whole Program from a set of ASTs representing individual translation units.