Class: Basic (Umu::AbstractSyntax::Core::Expression::Nary::Interval)

Overview
Module Structure
Class Hierarchy
Instance Methods
Basic#initialize / 4
Basic#__bb__
Basic#__make__ / 4
is a submodule of
module: Interval ( Umu::AbstractSyntax::Core::Expression::Nary )
has modular siblings
class: Abstract   
class: Stream   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression::Nary::Interval )
has class siblings
  Stream ( Umu::AbstractSyntax::Core::Expression::Nary::Interval )
has properties
method: initialize / 4   
method: __bb__   
method: __make__ / 4   
is defined at
#213 in abstract-syntax/core/expression/nary/interval.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  module: Core
  module: Expression
  module: Nary
  module: Interval
class: Abstract     
class: Basic     
class: Stream     

Class Hierarchy

Object ( Builtin-Module )
Model ( Umu::Abstraction )
has properties
attribute: loc [R]   
method: initialize / 1   
method: to_s   
Abstract ( Umu::AbstractSyntax )
has properties
method: pretty_print / 1   
method: evaluate / 1   
Abstract ( Umu::AbstractSyntax::Core::Expression )
has properties
method: evaluate / 1   
method: simple?   
method: __evaluate__ / 2   
Abstract ( Umu::AbstractSyntax::Core::Expression::Nary::Interval )
has properties
attribute: fst_expr [R]   
attribute: opt_snd_expr [R]   
attribute: opt_lst_expr [R]   
method: initialize / 4   
method: to_s   
method: __bb__   
method: __evaluate__ / 2   
method: __make__ / 4   
method: __validate_second_value__ / 4   
Basic ( Umu::AbstractSyntax::Core::Expression::Nary::Interval )
has properties
method: initialize / 4   
method: __bb__   
method: __make__ / 4   
Stream ( Umu::AbstractSyntax::Core::Expression::Nary::Interval )

Instance Methods

Basic#initialize / 4

#214 in abstract-syntax/core/expression/nary/interval.rb

initialize ( loc ,
  fst_expr ,
  opt_snd_expr ,
  lst_expr )

Basic#__make__ / 4

#230 in abstract-syntax/core/expression/nary/interval.rb

__make__ ( fst_value ,
  lst_value ,
  step_value ,
  _va_context )