Class: CoderCompanion::Common::IntegerLiteral

Inherits:
Treetop::Runtime::SyntaxNode
  • Object
show all
Defined in:
lib/codercompanion/common/literals.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



11
12
13
# File 'lib/codercompanion/common/literals.rb', line 11

def build
    {:type => :integer, :value => text_value}
end