Uses of Class
pascal.taie.analysis.graph.flowgraph.Node
Packages that use Node
-
Uses of Node in pascal.taie.analysis.graph.flowgraph
Subclasses of Node in pascal.taie.analysis.graph.flowgraphModifier and TypeClassDescriptionclass
class
class
class
class
Methods in pascal.taie.analysis.graph.flowgraph that return NodeModifier and TypeMethodDescriptionNodeManager.getObject
(int index) OtherFlowEdge.source()
Returns the value of thesource
record component.OtherFlowEdge.target()
Returns the value of thetarget
record component.Methods in pascal.taie.analysis.graph.flowgraph that return types with arguments of type NodeModifier and TypeMethodDescriptionNodeManager.getNodes()
ObjectFlowGraph.getPredsOf
(Node node) ObjectFlowGraph.getSuccsOf
(Node node) Methods in pascal.taie.analysis.graph.flowgraph with parameters of type NodeModifier and TypeMethodDescriptionint
ObjectFlowGraph.getInEdgesOf
(Node node) ObjectFlowGraph.getOutEdgesOf
(Node node) ObjectFlowGraph.getPredsOf
(Node node) ObjectFlowGraph.getSuccsOf
(Node node) boolean
Method parameters in pascal.taie.analysis.graph.flowgraph with type arguments of type NodeModifier and TypeMethodDescriptionstatic void
Constructors in pascal.taie.analysis.graph.flowgraph with parameters of type NodeModifierConstructorDescriptionOtherFlowEdge
(String info, Node source, Node target, Object rawEdge) Creates an instance of aOtherFlowEdge
record class.