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

Overview
Module Structure
Class Hierarchy
Instance Methods
Stream#__bb__
Stream#__make__ / 4
is a submodule of
module: Interval ( Umu::AbstractSyntax::Core::Expression::Nary )
has modular siblings
class: Abstract   
class: Basic   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression::Nary::Interval )
has class siblings
  Basic ( Umu::AbstractSyntax::Core::Expression::Nary::Interval )
has properties
method: __bb__   
method: __make__ / 4   
is defined at
#237 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   

Instance Methods

Stream#__make__ / 4

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

__make__ ( fst_value ,
  lst_value ,
  step_value ,
  va_context )