Uses of Interface
dev.civl.abc.analysis.pointsTo.IF.InvocationGraphNode
Packages that use InvocationGraphNode
-
Uses of InvocationGraphNode in dev.civl.abc.analysis.pointsTo.IF
Methods in dev.civl.abc.analysis.pointsTo.IF that return InvocationGraphNodeModifier and TypeMethodDescriptionInvocationGraphNode.getRecursive()InvocationGraphNodeFactory.newNode(Function function, InvocationGraphNode parent, AssignExprIF returnTo, AssignExprIF... actualParams) creates a new invocation graph nodeInvocationGraphNode.parent()Methods in dev.civl.abc.analysis.pointsTo.IF that return types with arguments of type InvocationGraphNodeMethods in dev.civl.abc.analysis.pointsTo.IF with parameters of type InvocationGraphNodeModifier and TypeMethodDescriptionvoidInvocationGraphNode.addChild(InvocationGraphNode child) Add a child to this nodeInsensitiveFlowFactory.InsensitiveFlow(Function function, InvocationGraphNode igNode) Creates a newInsensitiveFlowof the function body for a call instance of a function.InvocationGraphNodeFactory.newNode(Function function, InvocationGraphNode parent, AssignExprIF returnTo, AssignExprIF... actualParams) creates a new invocation graph nodevoidInvocationGraphNode.share(InvocationGraphNode node) Share formal parameters, global accesses and returning values with the given node, which must represents a call to the same function as this instance.