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

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

Instance Method Summary collapse

Instance Method Details

#nameObject



798
799
800
# File 'lib/webidl/parser/idl.rb', line 798

def name
  elements[4]
end

#typeObject



790
791
792
# File 'lib/webidl/parser/idl.rb', line 790

def type
  elements[2]
end

#ws1Object



786
787
788
# File 'lib/webidl/parser/idl.rb', line 786

def ws1
  elements[1]
end

#ws2Object



794
795
796
# File 'lib/webidl/parser/idl.rb', line 794

def ws2
  elements[3]
end

#ws3Object



802
803
804
# File 'lib/webidl/parser/idl.rb', line 802

def ws3
  elements[5]
end