Uses of Interface
pascal.taie.analysis.pta.core.solver.Solver
Package
Description
Provide data structures and algorithms of context-sensitive
pointer analysis solver.
Provide plugin interface of pointer analysis and
some instances (implementations).
-
Uses of Solver in pascal.taie.analysis.pta.core.solver
-
Uses of Solver in pascal.taie.analysis.pta.plugin
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
default void
Sets pointer analysis solver which will be used later by the plugin.void
void
void
void
-
Uses of Solver in pascal.taie.analysis.pta.plugin.exception
-
Uses of Solver in pascal.taie.analysis.pta.plugin.invokedynamic
-
Uses of Solver in pascal.taie.analysis.pta.plugin.natives
-
Uses of Solver in pascal.taie.analysis.pta.plugin.reflection
ModifierConstructorDescriptionOthersModel
(Solver solver, pascal.taie.analysis.pta.plugin.reflection.MetaObjHelper helper) -
Uses of Solver in pascal.taie.analysis.pta.plugin.taint
-
Uses of Solver in pascal.taie.analysis.pta.plugin.util
ModifierConstructorDescriptionprotected
AbstractIRModel
(Solver solver) protected
AbstractModel
(Solver solver) protected
SolverHolder
(Solver solver)