Uses of Class
qilin.core.pag.ContextVarNode
Packages that use ContextVarNode
Package
Description
Points-to analysis graph (PAG) data structures, based on Soot/jimple/spark/pag with significant
modifications.
-
Uses of ContextVarNode in qilin.core
Methods in qilin.core that return ContextVarNodeModifier and TypeMethodDescriptionCorePTA.parameterize(GlobalVarNode gvn, Context context) Global variables are never context-sensitive, so they always parameterize to the empty context.CorePTA.parameterize(LocalVarNode vn, Context context) -
Uses of ContextVarNode in qilin.core.pag
Fields in qilin.core.pag with type parameters of type ContextVarNodeMethods in qilin.core.pag that return ContextVarNodeModifier and TypeMethodDescriptionPAG.findContextVarNode(SootMethod m, Local baseValue, Context context) Finds the ContextVarNode for base variable value and context context, or returns null.PAG.makeContextVarNode(VarNode base, Context context) Finds or creates the ContextVarNode for base variable base and context.Parameterizer.parameterize(GlobalVarNode gvn, Context context) Parameterizer.parameterize(LocalVarNode vn, Context context) Methods in qilin.core.pag that return types with arguments of type ContextVarNode