Uses of Interface
qilin.core.effect.MethodEffectModel
Packages that use MethodEffectModel
Package
Description
Points-to analysis graph (PAG) data structures, based on Soot/jimple/spark/pag with significant
modifications.
-
Uses of MethodEffectModel in qilin.core.effect
Classes in qilin.core.effect that implement MethodEffectModelModifier and TypeClassDescriptionclassAdaptsNativeMethodDrivertoMethodEffectModel; delegate is unmodified.classAdaptsReflectionModeltoMethodEffectModel; delegate is unmodified. -
Uses of MethodEffectModel in qilin.core.invokedynamic
Classes in qilin.core.invokedynamic that implement MethodEffectModelModifier and TypeClassDescriptionclassResolves invokedynamic call sites bootstrapped byjava.lang.invoke.LambdaMetafactorywhose target is a plain static method - every non-capturing lambda body and every static method reference - by reading the target directly out of the bootstrap'sMethodHandleconstant. -
Uses of MethodEffectModel in qilin.core.pag
Fields in qilin.core.pag with type parameters of type MethodEffectModel