Class: Frepl::Allocation

Inherits:
Declaration show all
Defined in:
lib/frepl/statements/allocation.rb

Instance Attribute Summary

Attributes inherited from Declaration

#assigned_value, #kind, #len, #type, #variable_name

Attributes inherited from SinglelineStatement

#line

Instance Method Summary collapse

Methods inherited from Declaration

#==, #pointer?, #target?

Methods inherited from SinglelineStatement

#incomplete?, #initialize, #output

Methods inherited from Statement

#incomplete?, #output

Constructor Details

This class inherits a constructor from Frepl::SinglelineStatement

Instance Method Details

#accept(visitor) ⇒ Object



5
6
7
# File 'lib/frepl/statements/allocation.rb', line 5

def accept(visitor)
  visitor.visit_allocation(self)
end