Class: SFRP::Raw::TypeAnnotationVar
- Inherits:
-
Struct
- Object
- Struct
- SFRP::Raw::TypeAnnotationVar
- Defined in:
- lib/sfrp/raw/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
158 159 160 |
# File 'lib/sfrp/raw/elements.rb', line 158 def sp @sp end |
#var_str ⇒ Object
Returns the value of attribute var_str
158 159 160 |
# File 'lib/sfrp/raw/elements.rb', line 158 def var_str @var_str end |
Instance Method Details
#to_flat(_set, _ns) ⇒ Object
159 160 161 |
# File 'lib/sfrp/raw/elements.rb', line 159 def to_flat(_set, _ns) Flat::TypeAnnotationVar.new(var_str, sp) end |