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 TypeMethodDescriptionReturns the set of nodes (other thannodeitself) whose points-to set shares at least one allocation withreachingObjects(node)— 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 valueMethods in sootup.spark with parameters of type NodeModifier and TypeMethodDescriptionvoidReturns the set of nodes (other thannodeitself) whose points-to set shares at least one allocation withreachingObjects(node)— i.e. nodes that may refer to a common run-time object.PointsToAnalysis.reachingObjects(@NonNull Node node) Returns the set of allocation sites thatnodemay point to.PointsToAnalysis.reachingTypes(@NonNull Node node) Returns the set of run-time types thatnode's points-to set may induce. -
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