Module: WebIDL::Parser::IDL::Argument0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#arg ⇒ Object
3350 3351 3352 |
# File 'lib/webidl/parser/idl.rb', line 3350 def arg elements[4] end |
#eal ⇒ Object
3338 3339 3340 |
# File 'lib/webidl/parser/idl.rb', line 3338 def eal elements[0] end |
#ws1 ⇒ Object
3342 3343 3344 |
# File 'lib/webidl/parser/idl.rb', line 3342 def ws1 elements[1] end |
#ws2 ⇒ Object
3346 3347 3348 |
# File 'lib/webidl/parser/idl.rb', line 3346 def ws2 elements[3] end |