Class: Abstract (Umu::AbstractSyntax::Core::Expression::Unary)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Abstract#obj [R]
Instance Methods
Abstract#initialize / 2
Abstract#simple?
is a submodule of
module: Unary ( Umu::AbstractSyntax::Core::Expression )
has modular siblings
module: Atom   
module: Identifier   
class: Class   
class: Delay   
module: Container   
class: Raise   
inherits from
  Abstract ( Umu::AbstractSyntax::Core::Expression )
is inherited by
  Abstract ( Umu::AbstractSyntax::Core::Expression::Unary::Atom )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Unary::Identifier )
  Class ( Umu::AbstractSyntax::Core::Expression::Unary )
  Delay ( Umu::AbstractSyntax::Core::Expression::Unary )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Unary::Container::Abstraction )
  Label ( Umu::AbstractSyntax::Core::Expression::Unary::Container::Named )
  Raise ( Umu::AbstractSyntax::Core::Expression::Unary )
has class siblings
  Unit ( Umu::AbstractSyntax::Core::Expression )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Binary )
  Entry ( Umu::AbstractSyntax::Core::Expression::Nary::If )
  Switch ( Umu::AbstractSyntax::Core::Expression::Nary )
  Entry ( Umu::AbstractSyntax::Core::Expression::Nary::Lambda )
  Let ( Umu::AbstractSyntax::Core::Expression::Nary )
  Abstract ( Umu::AbstractSyntax::Core::Expression::Nary::Interval )
  Abstract ( Umu::AbstractSyntax::Core::Expression::MemoStream )
  SuspendedStream ( Umu::AbstractSyntax::Core::Expression )
  Abstract ( Umu::AbstractSyntax::Core::Expression::SExpression )
has properties
attribute: obj [R]   
method: initialize / 2   
method: simple?   
is defined at
#16 in abstract-syntax/core/expression/unary/abstract.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: AbstractSyntax
  module: Core
  module: Expression
  class: Abstract
  class: Unit
  module: Unary
✗ class: Abstract
  module: Atom
class: Abstract     
  module: Identifier
class: Abstract     
  class: Class
  class: Delay
  module: Container
  module: Abstraction
class: Abstract     
  module: Named
class: Label     
  class: Raise
  module: Binary
class: Abstract     
  module: Nary
  module: If
class: Entry     
  class: Switch
  module: Lambda
class: Entry     
  class: Let
  module: Interval
class: Abstract     
  module: MemoStream
class: Abstract     
  class: SuspendedStream
  module: SExpression
class: Abstract     

Class Hierarchy

Object ( Builtin-Module )
Model ( Umu::Abstraction )
has properties
attribute: loc [R]   
method: initialize / 1   
method: to_s   

Instance Attributes

Instance Methods

Abstract#initialize / 2

#20 in abstract-syntax/core/expression/unary/abstract.rb

initialize ( loc ,
  obj )