public class PreciseExAnalysisFactory extends AnalysisFactory<PreciseExAbsVal>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANALYSIS_NAME |
extInfo| Constructor and Description |
|---|
PreciseExAnalysisFactory(AccrueExtensionInfo extInfo) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
analysisName()
Get the name of the analysis
|
java.lang.String |
analysisReportName()
Get the name of the analysis report
|
AnalysisUtil<PreciseExAbsVal> |
analysisUtil(WorkQueue<PreciseExAbsVal> wq,
AnalysisUnit aunit)
Get the object sensitive analysis utility class.
|
PreciseExAbsVal |
startItem(AnalysisUtil<PreciseExAbsVal> autil,
polyglot.ast.ProcedureDecl startProc)
Get the start item for the analysis
|
createAnalysisContext, emptyExitMap, reportTopics, startProcAnalysisContextpublic static final java.lang.String ANALYSIS_NAME
public PreciseExAnalysisFactory(AccrueExtensionInfo extInfo)
public java.lang.String analysisName()
AnalysisFactoryanalysisName in class AnalysisFactory<PreciseExAbsVal>public java.lang.String analysisReportName()
AnalysisFactoryanalysisReportName in class AnalysisFactory<PreciseExAbsVal>public PreciseExAbsVal startItem(AnalysisUtil<PreciseExAbsVal> autil, polyglot.ast.ProcedureDecl startProc) throws polyglot.types.SemanticException
AnalysisFactorystartItem in class AnalysisFactory<PreciseExAbsVal>autil - Object sensitive analysis utilitystartProc - Entry procedure for the analysispolyglot.types.SemanticException - thrown if the start item cannot be computed due to a semantic
errorpublic AnalysisUtil<PreciseExAbsVal> analysisUtil(WorkQueue<PreciseExAbsVal> wq, AnalysisUnit aunit)
AnalysisFactoryanalysisUtil in class AnalysisFactory<PreciseExAbsVal>wq - Analysis work queue of CodeInstanceaunit - Analysis unit that we are constructing the AnalysisUtil for.