Class: Prism::LocalVariableWriteNode
- Inherits:
-
Object
- Object
- Prism::LocalVariableWriteNode
- Defined in:
- lib/masamune/abstract_syntax_tree/prism/node_extensions.rb
Instance Method Summary collapse
Instance Method Details
#token_location ⇒ Object
48 |
# File 'lib/masamune/abstract_syntax_tree/prism/node_extensions.rb', line 48 def token_location = name_loc |
#token_value ⇒ Object
49 |
# File 'lib/masamune/abstract_syntax_tree/prism/node_extensions.rb', line 49 def token_value = name.to_s |