Interface CFGBuilder

All Known Implementing Classes:
BetterCFGBuilder2

public interface CFGBuilder
Abstract interface for CFG builder classes.
Author:
David Hovemeyer
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Build the CFG.
    Get the CFG built by this object.
  • Method Details

    • build

      void build() throws CFGBuilderException
      Build the CFG.
      Throws:
      CFGBuilderException
    • getCFG

      CFG getCFG()
      Get the CFG built by this object. Assumes that the build() method has already been called.
      Returns:
      the CFG