Class: SFRP::Flat::TypeAnnotationVar
- Inherits:
-
Struct
- Object
- Struct
- SFRP::Flat::TypeAnnotationVar
- Defined in:
- lib/sfrp/flat/elements.rb
Instance Attribute Summary collapse
-
#sp ⇒ Object
Returns the value of attribute sp.
-
#var_str ⇒ Object
Returns the value of attribute var_str.
Instance Method Summary collapse
Instance Attribute Details
#sp ⇒ Object
Returns the value of attribute sp
84 85 86 |
# File 'lib/sfrp/flat/elements.rb', line 84 def sp @sp end |
#var_str ⇒ Object
Returns the value of attribute var_str
84 85 86 |
# File 'lib/sfrp/flat/elements.rb', line 84 def var_str @var_str end |
Instance Method Details
#to_poly ⇒ Object
85 86 87 |
# File 'lib/sfrp/flat/elements.rb', line 85 def to_poly P.tv(var_str) end |