Class: Types::Typed::DataType

Inherits:
Type
  • Object
show all
Defined in:
lib/solidity/typed/metatypes/types.rb

Overview

use for (abstract) data types

e.g. bool, enums - why? why not?
 can only (re)use constants (true|false or defined enums) 
  BUT not any new values!!!!

Direct Known Subclasses

BoolType

Method Summary

Methods inherited from Type

#==, #array?, #check_and_normalize_literal, #eql?, #format, #hash, #mapping?, #mut?, #parse_integer, #pretty_print, #raise_type_error, #zero