Class: Odin::Transform::Expr::Token
- Inherits:
-
Struct
- Object
- Struct
- Odin::Transform::Expr::Token
- Defined in:
- lib/odin/transform/transform_expr.rb
Instance Attribute Summary collapse
-
#is_float ⇒ Object
Returns the value of attribute is_float.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#is_float ⇒ Object
Returns the value of attribute is_float
42 43 44 |
# File 'lib/odin/transform/transform_expr.rb', line 42 def is_float @is_float end |
#kind ⇒ Object
Returns the value of attribute kind
42 43 44 |
# File 'lib/odin/transform/transform_expr.rb', line 42 def kind @kind end |
#value ⇒ Object
Returns the value of attribute value
42 43 44 |
# File 'lib/odin/transform/transform_expr.rb', line 42 def value @value end |