Class: Furnace::AVM2::Tokens::SwitchToken

Inherits:
ControlFlowToken
  • Object
show all
Defined in:
lib/furnace-avm2/source/implementation_tokens/switch_token.rb

Instance Method Summary collapse

Methods inherited from ControlFlowToken

#initialize, #to_structure, #to_text

Constructor Details

This class inherits a constructor from Furnace::AVM2::Tokens::ControlFlowToken

Instance Method Details

#keywordObject



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

def keyword
  'switch'
end