Module: WebIDL::Parser::IDL::Module0
- Defined in:
- lib/webidl/parser/idl.rb
Instance Method Summary collapse
Instance Method Details
#defs ⇒ Object
193 194 195 |
# File 'lib/webidl/parser/idl.rb', line 193 def defs elements[6] end |
#name ⇒ Object
181 182 183 |
# File 'lib/webidl/parser/idl.rb', line 181 def name elements[2] end |
#ws1 ⇒ Object
177 178 179 |
# File 'lib/webidl/parser/idl.rb', line 177 def ws1 elements[1] end |
#ws2 ⇒ Object
185 186 187 |
# File 'lib/webidl/parser/idl.rb', line 185 def ws2 elements[3] end |
#ws3 ⇒ Object
189 190 191 |
# File 'lib/webidl/parser/idl.rb', line 189 def ws3 elements[5] end |
#ws4 ⇒ Object
197 198 199 |
# File 'lib/webidl/parser/idl.rb', line 197 def ws4 elements[7] end |
#ws5 ⇒ Object
201 202 203 |
# File 'lib/webidl/parser/idl.rb', line 201 def ws5 elements[9] end |