Class: LeafSubject (TmDoc::Model::Core::Logical::Abstraction)

Overview
Module Structure
Class Hierarchy
Instance Methods
LeafSubject#initialize / 3
LeafSubject#traverse / 2
LeafSubject#each / 1
LeafSubject#children
LeafSubject#empty?
LeafSubject#to_s / 2
is a submodule of
module: Abstraction ( TmDoc::Model::Core::Logical )
has modular siblings
class: Subject   
class: SetOfSubject   
class: NodeSubject   
class: Directive   
class: Property   
inherits from
  Subject ( TmDoc::Model::Core::Logical::Abstraction )
is inherited by
  Directive ( TmDoc::Model::Core::Logical::Abstraction )
  Property ( TmDoc::Model::Core::Logical::Abstraction )
  Constant ( TmDoc::Model::Core::Logical::Leaf )
has class siblings
  NodeSubject ( TmDoc::Model::Core::Logical::Abstraction )
has properties
method: initialize / 3   
method: traverse / 2   
method: each / 1   
method: children   
method: empty?   
method: to_s / 2   
is defined at
#207 in model/core/logical.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: TmDoc
  module: Model
  module: Core
  module: Logical
  module: Abstraction
class: Subject     
class: SetOfSubject     
class: NodeSubject     
class: LeafSubject     
class: Directive     
class: Property     
  module: Leaf
class: Constant     

Class Hierarchy

Object ( Builtin-Module )
Abstract ( TmStd::Lsm )
Abstract ( TmStd::Lsm::Product )
GenericSubject ( TmDoc::Model::Abstraction::Subject )
includes
  Comparable ( Builtin-Module )
has properties
method: == / 1   
method: eql? / 1   
method: hash   
method: freeze_equality!   
method: <=> / 1   
Subject ( TmDoc::Model::Core::Logical::Abstraction )
includes
  Treeable ( TmStd )
has properties
attribute: line_num [R]   
attribute: name_path [R]   
attribute: seq_num [R]   
attribute: hash [R]   
method: initialize / 3   
method: name   
method: eql? / 1   
method: freeze_equality!   
method: <=> / 1   
NodeSubject ( TmDoc::Model::Core::Logical::Abstraction )
LeafSubject ( TmDoc::Model::Core::Logical::Abstraction )
has properties
method: initialize / 3   
method: traverse / 2   
method: each / 1   
method: children   
method: empty?   
method: to_s / 2   
  Directive     
  Property     
  Constant ( TmDoc::Model::Core::Logical::Leaf )   
Abstract ( TmStd::Lsm::Collection )

Instance Methods

LeafSubject#initialize / 3

#208 in model/core/logical.rb

initialize ( line_num ,
  name = nil ,
  seq_num = 0 )

LeafSubject#traverse / 2

#218 in model/core/logical.rb

traverse ( above_path ,
  env )

LeafSubject#each / 1

#228 in model/core/logical.rb

each ( &block )

LeafSubject#children

#229 in model/core/logical.rb

children

LeafSubject#empty?

#230 in model/core/logical.rb

empty?

LeafSubject#to_s / 2

#233 in model/core/logical.rb

to_s ( label ,
  opt_str = nil )