Uses of Annotation Interface
pascal.taie.analysis.pta.plugin.util.InvokeHandler
Packages that use InvokeHandler
Package
Description
-
Uses of InvokeHandler in pascal.taie.analysis.pta.plugin.invokedynamic
Methods in pascal.taie.analysis.pta.plugin.invokedynamic with annotations of type InvokeHandlerModifier and TypeMethodDescriptionvoid
LookupModel.findConstructor
(CSVar csVar, PointsToSet pts, Invoke invoke) void
LookupModel.findStatic
(CSVar csVar, PointsToSet pts, Invoke invoke) void
LookupModel.findVirtual
(CSVar csVar, PointsToSet pts, Invoke invoke) void
MethodTypeModel.methodType1Class
(CSVar csVar, PointsToSet pts, Invoke invoke) void
MethodTypeModel.methodType2Classes
(CSVar csVar, PointsToSet pts, Invoke invoke) void
MethodTypeModel.methodTypeClassMT
(CSVar csVar, PointsToSet pts, Invoke invoke) -
Uses of InvokeHandler in pascal.taie.analysis.pta.plugin.natives
Methods in pascal.taie.analysis.pta.plugin.natives with annotations of type InvokeHandlerModifier and TypeMethodDescriptionArrayModel.arraysCopyOf
(Invoke invoke) UnsafeModel.compareAndSwapObject
(Invoke invoke) ArrayModel.systemArraycopy
(Invoke invoke) -
Uses of InvokeHandler in pascal.taie.analysis.pta.plugin.reflection
Methods in pascal.taie.analysis.pta.plugin.reflection with annotations of type InvokeHandlerModifier and TypeMethodDescriptionvoid
ReflectiveActionModel.arrayNewInstance
(CSVar csVar, PointsToSet pts, Invoke invoke) void
ReflectiveActionModel.classNewInstance
(CSVar csVar, PointsToSet pts, Invoke invoke) void
SolarModel.classNewInstance
(CSVar csVar, PointsToSet pts, Invoke invoke) void
SolarModel.collectUnsoundArrayNewInstance
(CSVar csVar, PointsToSet pts, Invoke invoke) void
ReflectiveActionModel.constructorNewInstance
(CSVar csVar, PointsToSet pts, Invoke invoke) void
ReflectiveActionModel.fieldGet
(CSVar csVar, PointsToSet pts, Invoke invoke) void
ReflectiveActionModel.fieldSet
(CSVar csVar, PointsToSet pts, Invoke invoke) void
OthersModel.getAnnotation
(CSVar csVar, PointsToSet pts, Invoke invoke) void
OthersModel.getClass
(CSVar csVar, PointsToSet pts, Invoke invoke) void
OthersModel.getParameterAnnotations
(CSVar csVar, PointsToSet pts, Invoke invoke) void
OthersModel.getPrimitiveClass
(CSVar csVar, PointsToSet pts, Invoke invoke) void
ReflectiveActionModel.methodInvoke
(CSVar csVar, PointsToSet pts, Invoke invoke) void
SolarModel.methodInvoke
(CSVar csVar, PointsToSet pts, Invoke invoke)