Classes | Namespaces

ICFGIRInterface.hpp File Reference

Abstract interface that the ICFG AnnotationManagers require. More...

#include <iostream>
#include "IRHandles.hpp"
Include dependency graph for ICFGIRInterface.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OA::ICFG::ICFGIRInterface

Namespaces

namespace  OA
 

Namespace for the whole OpenAnalysis Toolkit.


namespace  OA::ICFG

Detailed Description

Abstract interface that the ICFG AnnotationManagers require.

Authors:
Michelle Strout
Version:
Id:
ICFGIRInterface.hpp,v 1.2 2005/06/10 02:32:04 mstrout Exp

Copyright (c) 2002-2005, Rice University
Copyright (c) 2004-2005, University of Chicago
Copyright (c) 2006, Contributors
All rights reserved.
See ../../../Copyright.txt for details.

An ICFG AnnotationManager generates an ICFG representation of the program. The analysis engine within the ICFG AnnotationManager requires that the ICFGIRInterface be implemented so that queries can be made to the Source IR relevant to constructing call graphs.

Definition in file ICFGIRInterface.hpp.