class SyntaxTree::YARV::DataFlowGraph::LocalArgument
This represents an object that goes on the stack that is passed between instructions within a basic block.
Attributes
Public Class Methods
Source
# File lib/syntax_tree/yarv/data_flow_graph.rb, line 53 def initialize(length) @length = length end