Class: FAM::Syntax::AST::InNode
Instance Attribute Summary collapse
-
#register ⇒ Object
Returns the value of attribute register.
Instance Method Summary collapse
-
#initialize(reg) ⇒ InNode
constructor
A new instance of InNode.
Methods inherited from Node
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
#register ⇒ Object
Returns the value of attribute register.
70 71 72 |
# File 'lib/fam/syntax/ast.rb', line 70 def register @register end |