Class: EmptyExprNode

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



55
56
57
# File 'lib/code_generator.rb', line 55

def column
  nil
end

#genObject



51
52
53
# File 'lib/code_generator.rb', line 51

def gen
  nil
end