Class: Furnace::AVM2::Tokens::IfToken
- Inherits:
-
ControlFlowToken
- Object
- Code::NonterminalToken
- ControlFlowToken
- Furnace::AVM2::Tokens::IfToken
- 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
#keyword ⇒ Object
5 6 7 |
# File 'lib/furnace-avm2/source/implementation_tokens/if_token.rb', line 5 def keyword 'if' end |