Class: CoderCompanion::Common::IntegerLiteral
- Inherits:
-
Treetop::Runtime::SyntaxNode
- Object
- Treetop::Runtime::SyntaxNode
- CoderCompanion::Common::IntegerLiteral
- Defined in:
- lib/codercompanion/common/literals.rb
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
11 12 13 |
# File 'lib/codercompanion/common/literals.rb', line 11 def build {:type => :integer, :value => text_value} end |