Uses of Interface
pascal.taie.analysis.pta.core.solver.ParamProvider
Package
Description
Provide data structures and algorithms of context-sensitive
pointer analysis solver.
-
Uses of ParamProvider in pascal.taie.analysis.pta.core.solver
Modifier 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.Modifier and TypeMethodDescriptionEntryPoint.paramProvider()
Returns the value of theparamProvider
record component.Modifier and TypeMethodDescriptionSpecifiedParamProvider.Builder.setDelegate
(ParamProvider delegate) ModifierConstructorDescriptionEntryPoint
(JMethod method, ParamProvider paramProvider) Creates an instance of aEntryPoint
record class.