Module: Idl::Declaration1
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#first ⇒ Object
11262 11263 11264 |
# File 'lib/idlc/idl_parser.rb', line 11262 def first elements[2] end |
#rest ⇒ Object
11266 11267 11268 |
# File 'lib/idlc/idl_parser.rb', line 11266 def rest elements[4] end |
#type_name ⇒ Object
11258 11259 11260 |
# File 'lib/idlc/idl_parser.rb', line 11258 def type_name elements[0] end |