Uses of Class
pascal.taie.analysis.pta.plugin.util.SolverHolder
Package
Description
-
Uses of SolverHolder in pascal.taie.analysis.pta.plugin.invokedynamic
Modifier and TypeClassDescriptionclass
Models java.lang.invoke.MethodHandles.Lookup.find*(...).class
Models invocations to MethodType.methodType(*); -
Uses of SolverHolder in pascal.taie.analysis.pta.plugin.natives
-
Uses of SolverHolder in pascal.taie.analysis.pta.plugin.reflection
Modifier and TypeClassDescriptionclass
Models other non-core reflection APIs.class
Models reflective-action methods, currently supports Class.newInstance() Constructor.newInstance(Object[]) Method.invoke(Object,Object[]) Field.get(Object) Field.set(Object,Object) Array.newInstance(Class,int) TODO: check accessibilityclass
Implementation of Solar, a powerful static reflection analysis.class
-
Uses of SolverHolder in pascal.taie.analysis.pta.plugin.util
Modifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.UseAnalysisModelPlugin
instead.class
Provides common functionalities for implementing the plugins which model the APIs by analyzing their semantics.class
Provides common functionalities for implementing the plugins which model the APIs by generating semantically-equivalent IR (Stmt).
IRModelPlugin
instead.