Class: Field (Umu::Value::Core::Struct)

Overview
Module Structure
Class Hierarchy
Instance Attributes
Field#label [R]
Field#value [R]
Instance Methods
Field#initialize / 2
Field#to_s
Field#pretty_print / 1
is a submodule of
module: Struct ( Umu::Value::Core )
has modular siblings
class: Entry   
inherits from
  Object ( Builtin-Module )
has class siblings
  Exception ( Builtin-Module )
  Interpreter ( Umu::Api )
  Parser ( Umu::ConcreteSyntax )
  Result ( Umu::ConcreteSyntax::Core::Pattern )
  Abstract ( Umu::AbstractSyntax::Result )
  Top ( Umu::Value::Core )
  Event ( Umu::Environment::Tracer )
  Abstract ( Umu::Environment::Context::Type::Signature::Class )
  Abstract ( Umu::Environment::Context::Type::Signature::Method )
  Entry ( Umu::Environment::Context::Type )
  Abstract ( Umu::Environment::Context::Value::Target )
  Model ( Umu::Abstraction )
  Record ( Umu::Abstraction )
  Collection ( Umu::Abstraction )
has properties
attribute: label [R]   
attribute: value [R]   
method: initialize / 2   
method: to_s   
method: pretty_print / 1   
is defined at
#14 in value/core/struct.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: <Built-in Module>
class: Exception     
  module: Umu
  module: Api
class: Interpreter     
  module: ConcreteSyntax
  class: Parser
  module: Core
  module: Pattern
class: Result     
  module: AbstractSyntax
  module: Result
class: Abstract     
  module: Value
  module: Core
  class: Top
  module: Struct
class: Field     
class: Entry     
  module: Environment
  module: Tracer
class: Event     
  module: Context
  module: Type
  module: Signature
  module: Class
class: Abstract     
  module: Method
class: Abstract     
  class: Entry
  module: Value
  module: Target
class: Abstract     
  module: Abstraction
class: Model     
class: Record     
class: Collection     

Instance Attributes

Field#label [R]

#15 in value/core/struct.rb

Field#value [R]

#15 in value/core/struct.rb

Instance Methods

Field#initialize / 2

#18 in value/core/struct.rb

initialize ( label ,
  value )

Field#to_s

#29 in value/core/struct.rb

to_s

Field#pretty_print / 1

#41 in value/core/struct.rb

pretty_print ( q )