Module: WebIDL::Parser::IDL::TypeDef0

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

Instance Method Summary collapse

Instance Method Details

#nameObject



1542
1543
1544
# File 'lib/webidl/parser/idl.rb', line 1542

def name
  elements[4]
end

#typeObject



1534
1535
1536
# File 'lib/webidl/parser/idl.rb', line 1534

def type
  elements[2]
end

#ws1Object



1530
1531
1532
# File 'lib/webidl/parser/idl.rb', line 1530

def ws1
  elements[1]
end

#ws2Object



1538
1539
1540
# File 'lib/webidl/parser/idl.rb', line 1538

def ws2
  elements[3]
end

#ws3Object



1546
1547
1548
# File 'lib/webidl/parser/idl.rb', line 1546

def ws3
  elements[5]
end