Module: Idl::FunctionCall2
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#csr ⇒ Object
8286 8287 8288 |
# File 'lib/idlc/idl_parser.rb', line 8286 def csr elements[0] end |
#function_arg_list ⇒ Object
8294 8295 8296 |
# File 'lib/idlc/idl_parser.rb', line 8294 def function_arg_list elements[8] end |
#function_name ⇒ Object
8290 8291 8292 |
# File 'lib/idlc/idl_parser.rb', line 8290 def function_name elements[4] end |