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

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

Instance Method Summary collapse

Instance Method Details

#membersObject



602
603
604
# File 'lib/webidl/parser/idl.rb', line 602

def members
  elements[6]
end

#nameObject



590
591
592
# File 'lib/webidl/parser/idl.rb', line 590

def name
  elements[2]
end

#ws1Object



586
587
588
# File 'lib/webidl/parser/idl.rb', line 586

def ws1
  elements[1]
end

#ws2Object



594
595
596
# File 'lib/webidl/parser/idl.rb', line 594

def ws2
  elements[3]
end

#ws3Object



598
599
600
# File 'lib/webidl/parser/idl.rb', line 598

def ws3
  elements[5]
end

#ws4Object



606
607
608
# File 'lib/webidl/parser/idl.rb', line 606

def ws4
  elements[7]
end

#ws5Object



610
611
612
# File 'lib/webidl/parser/idl.rb', line 610

def ws5
  elements[9]
end