Class: Frepl::Allocation
- Inherits:
-
Declaration
- Object
- Statement
- SinglelineStatement
- Declaration
- Frepl::Allocation
- 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
Instance Method Summary collapse
Methods inherited from Declaration
Methods inherited from SinglelineStatement
#incomplete?, #initialize, #output
Methods inherited from Statement
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 |