Class: Furnace::AVM2::Tokens::ParenthesesToken
- Inherits:
-
Code::SurroundedToken
- Object
- Code::SurroundedToken
- Furnace::AVM2::Tokens::ParenthesesToken
- Defined in:
- lib/furnace-avm2/source/implementation_tokens/parentheses_token.rb
Instance Method Summary collapse
Instance Method Details
#text_after ⇒ Object
7 8 9 |
# File 'lib/furnace-avm2/source/implementation_tokens/parentheses_token.rb', line 7 def text_after ")" end |
#text_before ⇒ Object
3 4 5 |
# File 'lib/furnace-avm2/source/implementation_tokens/parentheses_token.rb', line 3 def text_before "(" end |