Class: SFRP::Mono::Exp
- Inherits:
-
Object
- Object
- SFRP::Mono::Exp
- Defined in:
- lib/sfrp/mono/expression.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#type_str ⇒ Object
readonly
Returns the value of attribute type_str.
Instance Method Summary collapse
Instance Attribute Details
#type_str ⇒ Object (readonly)
Returns the value of attribute type_str.
4 5 6 |
# File 'lib/sfrp/mono/expression.rb', line 4 def type_str @type_str end |
Instance Method Details
#==(other) ⇒ Object
6 7 8 |
# File 'lib/sfrp/mono/expression.rb', line 6 def ==(other) comp == other.comp end |