Module: Idl::FunctionCall0
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#function_arg_list ⇒ Object
8268 8269 8270 |
# File 'lib/idlc/idl_parser.rb', line 8268 def function_arg_list elements[4] end |
#function_name ⇒ Object
8264 8265 8266 |
# File 'lib/idlc/idl_parser.rb', line 8264 def function_name elements[0] end |