Module: WebIDL::Parser::IDL::Operation0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#op ⇒ Object
2699 2700 2701 |
# File 'lib/webidl/parser/idl.rb', line 2699 def op elements[3] end |
#specials ⇒ Object
2691 2692 2693 |
# File 'lib/webidl/parser/idl.rb', line 2691 def specials elements[1] end |
#static ⇒ Object
2687 2688 2689 |
# File 'lib/webidl/parser/idl.rb', line 2687 def static elements[0] end |
#ws ⇒ Object
2695 2696 2697 |
# File 'lib/webidl/parser/idl.rb', line 2695 def ws elements[2] end |