Class: Furnace::AVM2::Tokens::IfToken

Inherits:
ControlFlowToken show all
Defined in:
lib/furnace-avm2/source/implementation_tokens/if_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/if_token.rb', line 5

def keyword
  'if'
end