Uses of Class
qilin.core.pag.ContextVarNode
Packages that use ContextVarNode
-
Uses of ContextVarNode in qilin.core
Methods in qilin.core that return ContextVarNodeModifier and TypeMethodDescriptionprotected ContextVarNode
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.Methods in qilin.core.pag that return types with arguments of type ContextVarNode