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

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

Instance Method Summary collapse

Instance Method Details

#IntegerTypeObject



6149
6150
6151
# File 'lib/webidl/parser/idl.rb', line 6149

def IntegerType
  elements[2]
end

#wsObject



6145
6146
6147
# File 'lib/webidl/parser/idl.rb', line 6145

def ws
  elements[1]
end