Class: Furnace::AVM2::Tokens::ThrowToken

Inherits:
Code::SurroundedToken
  • Object
show all
Defined in:
lib/furnace-avm2/source/implementation_tokens/throw_token.rb

Instance Method Summary collapse

Instance Method Details

#text_afterObject



8
9
10
# File 'lib/furnace-avm2/source/implementation_tokens/throw_token.rb', line 8

def text_after
  ";\n"
end

#text_beforeObject



4
5
6
# File 'lib/furnace-avm2/source/implementation_tokens/throw_token.rb', line 4

def text_before
  "throw "
end