Uses of Class
pascal.taie.analysis.graph.flowgraph.Node
-
Uses of Node in pascal.taie.analysis.graph.flowgraph
Modifier and TypeClassDescriptionclass
class
class
class
class
Modifier and TypeMethodDescriptionNodeManager.getObject
(int index) OtherFlowEdge.source()
Returns the value of thesource
record component.OtherFlowEdge.target()
Returns the value of thetarget
record component.Modifier and TypeMethodDescriptionNodeManager.getNodes()
ObjectFlowGraph.getPredsOf
(Node node) ObjectFlowGraph.getSuccsOf
(Node node) Modifier and TypeMethodDescriptionint
ObjectFlowGraph.getInEdgesOf
(Node node) ObjectFlowGraph.getOutEdgesOf
(Node node) ObjectFlowGraph.getPredsOf
(Node node) ObjectFlowGraph.getSuccsOf
(Node node) boolean
Modifier and TypeMethodDescriptionstatic void
ModifierConstructorDescriptionOtherFlowEdge
(String info, Node source, Node target, Object rawEdge) Creates an instance of aOtherFlowEdge
record class.