Class: FAM::Syntax::AST::InNode

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Node

#to_s

Constructor Details

#initialize(reg) ⇒ InNode

Returns a new instance of InNode.



71
72
73
# File 'lib/fam/syntax/ast.rb', line 71

def initialize reg
  @register = reg
end

Instance Attribute Details

#registerObject

Returns the value of attribute register.



70
71
72
# File 'lib/fam/syntax/ast.rb', line 70

def register
  @register
end