Uses of Interface
pascal.taie.analysis.pta.core.solver.Transfer
Package
Description
Provide data structures and algorithms of context-sensitive
pointer analysis solver.
-
Uses of Transfer in pascal.taie.analysis.pta.core.solver
Modifier and TypeClassDescriptionenum
class
Transfer function that filters out the objects whose types are NOT subtypes of specific type.Modifier and TypeMethodDescriptionvoid
DefaultSolver.addPFGEdge
(Pointer source, Pointer target, FlowKind kind, Transfer transfer) void
Solver.addPFGEdge
(Pointer source, Pointer target, FlowKind kind, Transfer transfer) Adds an edge "source -> target" (with edge transfer) to the PFG.boolean
PointerFlowEdge.addTransfer
(Transfer transfer)