Class: Gemite::AST::IntLiteral
- Inherits:
-
Struct
- Object
- Struct
- Gemite::AST::IntLiteral
- Defined in:
- lib/gemite/ast.rb
Overview
---------- 式 (Expression) ----------
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
6 7 8 |
# File 'lib/gemite/ast.rb', line 6 def value @value end |