Module: WebIDL::Parser::IDL::UnsignedIntegerType0

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

Instance Method Summary collapse

Instance Method Details

#IntegerTypeObject



4004
4005
4006
# File 'lib/webidl/parser/idl.rb', line 4004

def IntegerType
  elements[2]
end

#wsObject



4000
4001
4002
# File 'lib/webidl/parser/idl.rb', line 4000

def ws
  elements[1]
end