Class: Space (Umu::Lexical::Token::Separator)

Overview
Module Structure
Class Hierarchy
Instance Methods
Space#to_s
Space#separator?
is a submodule of
module: Separator ( Umu::Lexical::Token )
has modular siblings
class: Newline   
class: Comment   
inherits from
  String ( Umu::Lexical::Token::Abstraction )
has class siblings
  Comment ( Umu::Lexical::Token::Separator )
  String ( Umu::Lexical::Token )
has properties
method: to_s   
method: separator?   
is defined at
#54 in lexical/token/separator.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Lexical
  module: Token
  module: Abstraction
class: String     
  module: Separator
class: Newline     
class: Comment     
class: Space     
  class: String

Class Hierarchy

Object ( Builtin-Module )
Model ( Umu::Abstraction )
has properties
attribute: loc [R]   
method: initialize / 1   
method: to_s   
Abstract ( Umu::Lexical::Token::Abstraction )
has properties
attribute: val [R]   
method: initialize / 2   
method: to_racc_token   
method: separator?   
String ( Umu::Lexical::Token::Abstraction )
has properties
method: initialize / 2   
Comment ( Umu::Lexical::Token::Separator )
Space ( Umu::Lexical::Token::Separator )
has properties
method: to_s   
method: separator?   
String ( Umu::Lexical::Token )
Newline ( Umu::Lexical::Token::Separator )

Instance Methods

Space#to_s

#55 in lexical/token/separator.rb

to_s

Space#separator?

#64 in lexical/token/separator.rb

separator?