Class: Furnace::AVM2::Tokens::ArgumentsToken
- Inherits:
-
Code::SeparatedToken
- Object
- Code::SeparatedToken
- Furnace::AVM2::Tokens::ArgumentsToken
- Defined in:
- lib/furnace-avm2/source/declaration_tokens/arguments_token.rb
Instance Method Summary collapse
Instance Method Details
#text_after ⇒ Object
7 8 9 |
# File 'lib/furnace-avm2/source/declaration_tokens/arguments_token.rb', line 7 def text_after ")" end |
#text_before ⇒ Object
3 4 5 |
# File 'lib/furnace-avm2/source/declaration_tokens/arguments_token.rb', line 3 def text_before "(" end |
#text_between ⇒ Object
11 12 13 |
# File 'lib/furnace-avm2/source/declaration_tokens/arguments_token.rb', line 11 def text_between ", " end |