Uses of Class
sootup.spark.node.Node
Packages that use Node
-
Uses of Node in sootup.spark
Methods in sootup.spark that return types with arguments of type NodeModifier and TypeMethodDescriptionPointsToAnalysis.aliases(@NonNull Value value, @NonNull MethodSignature containingMethodSig) Returns the set of PAG vertices (other than the one forvalueitself) whose points-to set shares at least one allocation withreachingObjects(value, containingMethodSig)— i.e. nodes that may refer to a common run-time object.NodeFactory.createNode(@NonNull Value value, MethodSignature containingMethodSig) creates a PAG node for a given Jimple valueIncrementalPointsToAnalysis.getPointsTo()PointsToAnalysis.getPointsToMap()Read-only view of the raw PAG-level points-to map.Methods in sootup.spark with parameters of type NodeModifier and TypeMethodDescriptionvoidAdds an edge to the underlying PAG and applies its semantic effect to the points-to / heap state.voidIncrementalPointsToAnalysis.reachingObjects(@NonNull Node n) -
Uses of Node in sootup.spark.node
Subclasses of Node in sootup.spark.nodeModifier and TypeClassDescriptionclassModels PAG node object allocationclassModels PAG node instance field referenceclassModels PAG node for a static field referenceclassModels PAG node for local variablesMethods in sootup.spark.node that return types with arguments of type Node