Module: WebIDL::Parser::IDL::Exception0

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

Instance Method Summary collapse

Instance Method Details

#inheritsObject



1326
1327
1328
# File 'lib/webidl/parser/idl.rb', line 1326

def inherits
  elements[4]
end

#membersObject



1338
1339
1340
# File 'lib/webidl/parser/idl.rb', line 1338

def members
  elements[8]
end

#nameObject



1318
1319
1320
# File 'lib/webidl/parser/idl.rb', line 1318

def name
  elements[2]
end

#ws1Object



1314
1315
1316
# File 'lib/webidl/parser/idl.rb', line 1314

def ws1
  elements[1]
end

#ws2Object



1322
1323
1324
# File 'lib/webidl/parser/idl.rb', line 1322

def ws2
  elements[3]
end

#ws3Object



1330
1331
1332
# File 'lib/webidl/parser/idl.rb', line 1330

def ws3
  elements[5]
end

#ws4Object



1334
1335
1336
# File 'lib/webidl/parser/idl.rb', line 1334

def ws4
  elements[7]
end

#ws5Object



1342
1343
1344
# File 'lib/webidl/parser/idl.rb', line 1342

def ws5
  elements[9]
end

#ws6Object



1346
1347
1348
# File 'lib/webidl/parser/idl.rb', line 1346

def ws6
  elements[11]
end