Uses of Annotation Interface
pascal.taie.analysis.pta.plugin.util.InvokeHandler
Package
Description
-
Uses of InvokeHandler in pascal.taie.analysis.pta.plugin.invokedynamic
Modifier 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
Modifier and TypeMethodDescriptionArrayModel.arraysCopyOf
(Invoke invoke) UnsafeModel.compareAndSwapObject
(Invoke invoke) ArrayModel.systemArraycopy
(Invoke invoke) -
Uses of InvokeHandler in pascal.taie.analysis.pta.plugin.reflection
Modifier 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)