Class: Entry (Umu::Location)

Overview
Module Structure
Class Hierarchy
Class Methods
Entry.deconstruct_keys
Instance Attributes
Entry#file_name [R]
Entry#line_num [R]
Instance Methods
Entry#initialize / 2
Entry#== / 1
Entry#to_s
Entry#next_line_num / 1
is a submodule of
module: Location ( Umu )
inherits from
  Record ( Umu::Abstraction )
has class siblings
  Abstract ( Umu::Lexical::Lexer )
  Preference ( Umu::Environment )
  Entry ( Umu::Environment )
has properties
attribute: file_name [R]   
attribute: line_num [R]   
class method: deconstruct_keys   
method: initialize / 2   
method: == / 1   
method: to_s   
method: next_line_num / 1   
is defined at
#12 in common/location.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Umu
  module: Lexical
  module: Lexer
class: Abstract     
  module: Environment
class: Preference     
class: Entry     
  module: Abstraction
class: Record     
  module: Location
class: Entry     

Class Hierarchy

Object ( Builtin-Module )
Record ( Umu::Abstraction )
has properties
class method: __deconstruct_keys__   
method: deconstruct_keys   
method: update / 1   
Abstract ( Umu::Lexical::Lexer )
Preference ( Umu::Environment )
Entry ( Umu::Environment )
Entry ( Umu::Location )
has properties
attribute: file_name [R]   
attribute: line_num [R]   
class method: deconstruct_keys   
method: initialize / 2   
method: == / 1   
method: to_s   
method: next_line_num / 1   

Class Methods

Entry.deconstruct_keys

#17 in common/location.rb

deconstruct_keys

Instance Attributes

Entry#file_name [R]

#13 in common/location.rb

Entry#line_num [R]

#14 in common/location.rb

Instance Methods

Entry#initialize / 2

#25 in common/location.rb

initialize ( file_name ,
  line_num )

Entry#== / 1

#35 in common/location.rb

== ( other )

Entry#to_s

#42 in common/location.rb

to_s

Entry#next_line_num / 1

#47 in common/location.rb

next_line_num ( n = 1 )