Uses of Interface
pascal.taie.analysis.StmtResult
Packages that use StmtResult
Package
Description
Provides the classes necessary to build and represent a call graph.
Provide functionality related to context sensitivity.
-
Uses of StmtResult in pascal.taie.analysis.dataflow.fact
Subinterfaces of StmtResult in pascal.taie.analysis.dataflow.factModifier and TypeInterfaceDescriptioninterface
NodeResult<Node,
Fact> An interface for querying data-flow results.Classes in pascal.taie.analysis.dataflow.fact that implement StmtResultModifier and TypeClassDescriptionclass
DataflowResult<Node,
Fact> An object which manages the data-flow facts associated with nodes. -
Uses of StmtResult in pascal.taie.analysis.defuse
Classes in pascal.taie.analysis.defuse that implement StmtResultModifier and TypeClassDescriptionclass
Represents the analysis result ofDefUseAnalysis
, i.e., both def-use chain and use-def chain. -
Uses of StmtResult in pascal.taie.analysis.graph.callgraph
Subinterfaces of StmtResult in pascal.taie.analysis.graph.callgraphModifier and TypeInterfaceDescriptioninterface
CallGraph<CallSite,
Method> Representation of call graph.Classes in pascal.taie.analysis.graph.callgraph that implement StmtResultModifier and TypeClassDescriptionclass
AbstractCallGraph<CallSite,
Method> Common functionality forCallGraph
implementations.class
Default implementation of call graph. -
Uses of StmtResult in pascal.taie.analysis.pta.core.cs
Classes in pascal.taie.analysis.pta.core.cs that implement StmtResult