public class NotNullAnalysisFactory extends AnalysisFactoryVarContext<NotNullAbsVal>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANALYSIS_NAME |
extInfo
Constructor and Description |
---|
NotNullAnalysisFactory(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
|
NotNullAnalysisUtil |
analysisUtil(WorkQueue<VarContext<NotNullAbsVal>> wq,
AnalysisUnit aunit)
Get the object sensitive analysis utility class.
|
NotNullAbsVal |
bottomAbstractValue() |
VarContext<NotNullAbsVal> |
startItem(AnalysisUtil<VarContext<NotNullAbsVal>> autil,
polyglot.ast.ProcedureDecl startProc)
Get the start item for the analysis
|
emptyExitMap, restoreCallingFrame
createAnalysisContext, reportTopics, startProcAnalysisContext
public static final java.lang.String ANALYSIS_NAME
public NotNullAnalysisFactory(AccrueExtensionInfo extInfo)
public java.lang.String analysisName()
AnalysisFactory
analysisName
in class AnalysisFactory<VarContext<NotNullAbsVal>>
public java.lang.String analysisReportName()
AnalysisFactory
analysisReportName
in class AnalysisFactory<VarContext<NotNullAbsVal>>
public NotNullAbsVal bottomAbstractValue()
bottomAbstractValue
in class AnalysisFactoryVarContext<NotNullAbsVal>
public NotNullAnalysisUtil analysisUtil(WorkQueue<VarContext<NotNullAbsVal>> wq, AnalysisUnit aunit)
AnalysisFactory
analysisUtil
in class AnalysisFactory<VarContext<NotNullAbsVal>>
wq
- Analysis work queue of CodeInstance
aunit
- Analysis unit that we are constructing the AnalysisUtil for.public VarContext<NotNullAbsVal> startItem(AnalysisUtil<VarContext<NotNullAbsVal>> autil, polyglot.ast.ProcedureDecl startProc) throws polyglot.types.SemanticException
AnalysisFactory
startItem
in class AnalysisFactory<VarContext<NotNullAbsVal>>
autil
- Object sensitive analysis utilitystartProc
- Entry procedure for the analysispolyglot.types.SemanticException
- thrown if the start item cannot be computed due to a semantic
error