Class: FAM::Syntax::AST::OutputNode

Inherits:
Node show all
Defined in:
lib/fam/syntax/ast.rb

Direct Known Subclasses

AsciiNode, OutNode

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Node

#to_s

Constructor Details

#initialize(value) ⇒ OutputNode

Returns a new instance of OutputNode.



78
79
80
# File 'lib/fam/syntax/ast.rb', line 78

def initialize value
  @value = value
end

Instance Attribute Details

#valueObject

Returns the value of attribute value.



77
78
79
# File 'lib/fam/syntax/ast.rb', line 77

def value
  @value
end