Uses of Interface
pascal.taie.analysis.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
Modifier and TypeInterfaceDescriptioninterface
NodeResult<Node,
Fact> An interface for querying data-flow results.Modifier and TypeClassDescriptionclass
DataflowResult<Node,
Fact> An object which manages the data-flow facts associated with nodes. -
Uses of StmtResult in pascal.taie.analysis.defuse
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
CallGraph<CallSite,
Method> Representation of call graph.Modifier 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