Module: Idl::BodyFunctionDefinition6
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
- #args ⇒ Object
- #body_block ⇒ Object
- #desc ⇒ Object
- #function_name ⇒ Object
- #ret ⇒ Object
- #type ⇒ Object
Instance Method Details
#args ⇒ Object
8873 8874 8875 |
# File 'lib/idlc/idl_parser.rb', line 8873 def args elements[8] end |
#body_block ⇒ Object
8881 8882 8883 |
# File 'lib/idlc/idl_parser.rb', line 8881 def body_block elements[16] end |
#desc ⇒ Object
8877 8878 8879 |
# File 'lib/idlc/idl_parser.rb', line 8877 def desc elements[13] end |
#function_name ⇒ Object
8865 8866 8867 |
# File 'lib/idlc/idl_parser.rb', line 8865 def function_name elements[3] end |
#ret ⇒ Object
8869 8870 8871 |
# File 'lib/idlc/idl_parser.rb', line 8869 def ret elements[7] end |
#type ⇒ Object
8861 8862 8863 |
# File 'lib/idlc/idl_parser.rb', line 8861 def type elements[0] end |