Uses of Class
qilin.core.pag.ValNode
-
Uses of ValNode in qilin.core.pag
Modifier 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.Modifier and TypeFieldDescriptionPAG.simple
PAG.simple
PAG.simpleInv
PAG.simpleInv
protected ArrayNumberer<ValNode>
PAG.valNodeNumberer
PAG.valToValNode
Modifier and TypeMethodDescriptionPAG.findValNode
(Object value, SootMethod containingMethod) Finds the ValNode for the variable value, or returns null.Modifier and TypeMethodDescriptionPAG.getSimple()
PAG.getSimple()
PAG.getSimpleInv()
PAG.getSimpleInv()
PAG.getValNodeNumberer()
PAG.getValNodes()
PAG.simpleInvLookup
(ValNode key) PAG.simpleLookup
(ValNode key) -
Uses of ValNode in qilin.core.solver
Modifier and TypeMethodDescriptionprotected void
Solver.propagatePTS
(ValNode pointer, AllocNode heap) protected void
Solver.propagatePTS
(ValNode pointer, PointsToSetInternal other)