Module: Idl::ExecuteIfBlock5
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#elseifs ⇒ Object
12812 12813 12814 |
# File 'lib/idlc/idl_parser.rb', line 12812 def elseifs elements[12] end |
#final_else ⇒ Object
12816 12817 12818 |
# File 'lib/idlc/idl_parser.rb', line 12816 def final_else elements[13] end |
#if_body ⇒ Object
12808 12809 12810 |
# File 'lib/idlc/idl_parser.rb', line 12808 def if_body elements[10] end |
#if_cond ⇒ Object
12804 12805 12806 |
# File 'lib/idlc/idl_parser.rb', line 12804 def if_cond elements[4] end |