Class: RLTK::CG::ConstantNumber Abstract
- Includes:
- Filigree::AbstractClass
- Defined in:
- lib/rltk/cg/value.rb
Overview
This class is abstract.
All number constants inherit from this class.
Direct Known Subclasses
Instance Attribute Summary
Attributes included from BindingClass
Class Method Summary collapse
-
.type ⇒ Type
The corresponding Type sub-class that is used to represent the type of this value.
Instance Method Summary collapse
-
#type ⇒ Type
The corresponding Type sub-class that is used to represent the type of this value.
Methods inherited from Constant
#addr_space_cast, #bitcast_to, #get_element_ptr, #get_element_ptr_in_bounds, #initialize
Methods inherited from User
Methods inherited from Value
#==, #attributes, #bitcast, #constant?, #dump, #hash, #initialize, #name, #name=, #null?, #print, #trunc, #trunc_or_bitcast, #undefined?, #zextend, #zextend_or_bitcast
Methods included from BindingClass
Constructor Details
This class inherits a constructor from RLTK::CG::Constant
Class Method Details
Instance Method Details
#type ⇒ Type
Returns The corresponding Type sub-class that is used to represent the type of this value.
542 543 544 |
# File 'lib/rltk/cg/value.rb', line 542 def type self.class.type end |