Module: WebIDL::Parser::IDL::Interface0

Defined in:
lib/webidl/parser/idl.rb

Instance Method Summary collapse

Instance Method Details

#inheritsObject



311
312
313
# File 'lib/webidl/parser/idl.rb', line 311

def inherits
  elements[4]
end

#membersObject



323
324
325
# File 'lib/webidl/parser/idl.rb', line 323

def members
  elements[8]
end

#nameObject



303
304
305
# File 'lib/webidl/parser/idl.rb', line 303

def name
  elements[2]
end

#ws1Object



299
300
301
# File 'lib/webidl/parser/idl.rb', line 299

def ws1
  elements[1]
end

#ws2Object



307
308
309
# File 'lib/webidl/parser/idl.rb', line 307

def ws2
  elements[3]
end

#ws3Object



315
316
317
# File 'lib/webidl/parser/idl.rb', line 315

def ws3
  elements[5]
end

#ws4Object



319
320
321
# File 'lib/webidl/parser/idl.rb', line 319

def ws4
  elements[7]
end

#ws5Object



327
328
329
# File 'lib/webidl/parser/idl.rb', line 327

def ws5
  elements[9]
end

#ws6Object



331
332
333
# File 'lib/webidl/parser/idl.rb', line 331

def ws6
  elements[11]
end