edu.cmu.cs.crystal.internal
Interface ISingleCrystalJob


public interface ISingleCrystalJob

An interface for a single analysis job. A single analysis job is the running of any number of analysis on one compilation unit. In the future, this may also manage dependencies in some more meaningful way.

Author:
Nels E. Beckman

Method Summary
 void run(AnnotationDatabase annoDB)
          Run this single analysis.
 

Method Detail

run

void run(AnnotationDatabase annoDB)
Run this single analysis. The given annotation database can be used to poll for annotations.