Class: Furnace::AVM2::Tokens::WhileToken
- Inherits:
-
ControlFlowToken
- Object
- Code::NonterminalToken
- ControlFlowToken
- Furnace::AVM2::Tokens::WhileToken
- Defined in:
- lib/furnace-avm2/source/implementation_tokens/while_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/while_token.rb', line 5 def keyword 'while' end |