class SyntaxTree::YARV::DataFlowGraph::DataFlow
This object represents the flow of data between instructions.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/yarv/data_flow_graph.rb, line 24 def initialize @in = [] @out = [] end
This object represents the flow of data between instructions.
# File lib/syntax_tree/yarv/data_flow_graph.rb, line 24 def initialize @in = [] @out = [] end