Module: Idl::ForLoop1
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
- #action ⇒ Object
- #condition ⇒ Object
- #for_loop_iteration_variable_declaration ⇒ Object
- #stmts ⇒ Object
Instance Method Details
#action ⇒ Object
13420 13421 13422 |
# File 'lib/idlc/idl_parser.rb', line 13420 def action elements[12] end |
#condition ⇒ Object
13416 13417 13418 |
# File 'lib/idlc/idl_parser.rb', line 13416 def condition elements[8] end |
#for_loop_iteration_variable_declaration ⇒ Object
13412 13413 13414 |
# File 'lib/idlc/idl_parser.rb', line 13412 def for_loop_iteration_variable_declaration elements[4] end |
#stmts ⇒ Object
13424 13425 13426 |
# File 'lib/idlc/idl_parser.rb', line 13424 def stmts elements[18] end |