Class: Prism::SymbolNode
- Inherits:
-
Object
- Object
- Prism::SymbolNode
- Defined in:
- lib/masamune/abstract_syntax_tree/prism/node_extensions.rb
Instance Method Summary collapse
Instance Method Details
#token_location ⇒ Object
73 |
# File 'lib/masamune/abstract_syntax_tree/prism/node_extensions.rb', line 73 def token_location = value_loc |
#token_value ⇒ Object
74 |
# File 'lib/masamune/abstract_syntax_tree/prism/node_extensions.rb', line 74 def token_value = value |