Uses of Class
qilin.core.pag.ValNode
Packages that use ValNode
-
Uses of ValNode in qilin.core.pag
Subclasses of ValNode in qilin.core.pagModifier and TypeClassDescriptionclass
class
class
class
Represents a simple variable node in the pointer assignment graph that is not associated with any particular method invocation.class
class
Represents a simple variable node in the pointer assignment graph.Fields in qilin.core.pag with type parameters of type ValNodeModifier and TypeFieldDescriptionPAG.simple
PAG.simple
PAG.simpleInv
PAG.simpleInv
protected ArrayNumberer<ValNode>
PAG.valNodeNumberer
PAG.valToValNode
Methods in qilin.core.pag that return ValNodeModifier and TypeMethodDescriptionPAG.findValNode
(Object value, SootMethod containingMethod) Finds the ValNode for the variable value, or returns null.Methods in qilin.core.pag that return types with arguments of type ValNodeModifier and TypeMethodDescriptionPAG.getSimple()
PAG.getSimple()
PAG.getSimpleInv()
PAG.getSimpleInv()
PAG.getValNodeNumberer()
PAG.getValNodes()
PAG.simpleInvLookup
(ValNode key) PAG.simpleLookup
(ValNode key) Methods in qilin.core.pag with parameters of type ValNode -
Uses of ValNode in qilin.core.solver
Methods in qilin.core.solver with parameters of type ValNodeModifier and TypeMethodDescriptionprotected void
Solver.propagatePTS
(ValNode pointer, AllocNode heap) protected void
Solver.propagatePTS
(ValNode pointer, PointsToSetInternal other)