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

Overview
Module Structure
Class Hierarchy
Instance Methods
Comment#to_s
Comment#separator?
is a submodule of
module: Separator ( Umu::Lexical::Token )
has modular siblings
class: Newline   
class: Space   
inherits from
  String ( Umu::Lexical::Token::Abstraction )
has class siblings
  Space ( Umu::Lexical::Token::Separator )
  String ( Umu::Lexical::Token )
has properties
method: to_s   
method: separator?   
is defined at
#41 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 )
has properties
method: to_s   
method: separator?   
Space ( Umu::Lexical::Token::Separator )
String ( Umu::Lexical::Token )
Newline ( Umu::Lexical::Token::Separator )

Instance Methods

Comment#to_s

#42 in lexical/token/separator.rb

to_s

Comment#separator?

#47 in lexical/token/separator.rb

separator?