Uses of Interface
pascal.taie.analysis.pta.core.solver.ParamProvider
Packages that use ParamProvider
Package
Description
Provide data structures and algorithms of context-sensitive
pointer analysis solver.
-
Uses of ParamProvider in pascal.taie.analysis.pta.core.solver
Classes in pascal.taie.analysis.pta.core.solver that implement ParamProviderModifier and TypeClassDescriptionclass
ThisParamProvider
creates parameter objects of the declared types, and the objects pointed to by fields of parameter objects, as well as elements of array objects.enum
ThisParamProvider
ignored all parameters.class
ThisParamProvider
returns this/parameter objects specified via its builder.Methods in pascal.taie.analysis.pta.core.solver that return ParamProviderModifier and TypeMethodDescriptionEntryPoint.paramProvider()
Returns the value of theparamProvider
record component.Methods in pascal.taie.analysis.pta.core.solver with parameters of type ParamProviderModifier and TypeMethodDescriptionSpecifiedParamProvider.Builder.setDelegate
(ParamProvider delegate) Constructors in pascal.taie.analysis.pta.core.solver with parameters of type ParamProviderModifierConstructorDescriptionEntryPoint
(JMethod method, ParamProvider paramProvider) Creates an instance of aEntryPoint
record class.