Package pascal.taie.analysis
Interface StmtResult<R>
- Type Parameters:
R
- type of analysis results
- All Known Subinterfaces:
CallGraph<CallSite,
,Method> NodeResult<Node,
Fact>
- All Known Implementing Classes:
AbstractCallGraph
,CSCallGraph
,DataflowResult
,DefaultCallGraph
,DefUse
public interface StmtResult<R>
An interface for querying analysis results of Stmt.
-
Method Summary
-
Method Details
-
isRelevant
- Returns:
- if
stmt
is relevant in this result.
-
getResult
- Returns:
- analysis result of given stmt.
-