Uses of Class
pascal.taie.analysis.pta.plugin.util.AbstractModel
Package
Description
-
Uses of AbstractModel 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 AbstractModel 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