Class: TextNode

Inherits:
Node
  • Object
show all
Defined in:
lib/code_generator.rb

Instance Method Summary collapse

Methods inherited from Node

#initialize

Constructor Details

This class inherits a constructor from Node

Instance Method Details

#columnObject



100
101
102
# File 'lib/code_generator.rb', line 100

def column
  @value.column
end

#genObject



96
97
98
# File 'lib/code_generator.rb', line 96

def gen
  @value.gen
end