Module: Idl::Assignment8
- Defined in:
- lib/idlc/idl_parser.rb
Instance Method Summary collapse
Instance Method Details
#brackets ⇒ Object
10244 10245 10246 |
# File 'lib/idlc/idl_parser.rb', line 10244 def brackets elements[2] end |
#rval ⇒ Object
10248 10249 10250 |
# File 'lib/idlc/idl_parser.rb', line 10248 def rval elements[5] end |
#var ⇒ Object
10240 10241 10242 |
# File 'lib/idlc/idl_parser.rb', line 10240 def var elements[0] end |