Module: WebIDL::Parser::IDL::ScopedNames0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#ScopedName ⇒ Object
6608 6609 6610 |
# File 'lib/webidl/parser/idl.rb', line 6608 def ScopedName elements[1] end |
#ScopedNames ⇒ Object
6616 6617 6618 |
# File 'lib/webidl/parser/idl.rb', line 6616 def ScopedNames elements[3] end |
#ws ⇒ Object
6612 6613 6614 |
# File 'lib/webidl/parser/idl.rb', line 6612 def ws elements[2] end |