Class: Interpreter (Umu::Api)

Overview
Module Structure
Class Hierarchy
Class Methods
Interpreter.setup / 1
Instance Attributes
Interpreter#env [R]
Interpreter#parser [R]
Instance Methods
Interpreter#initialize / 1
Interpreter#eval_decls / 2
Interpreter#eval_expr / 2
Interpreter#__parse_option__ / 1
Interpreter#__lex_source__ / 4
is a submodule of
module: Api ( Umu )
inherits from
  Object ( Builtin-Module )
has class siblings
  Exception ( Builtin-Module )
  Parser ( Umu::ConcreteSyntax )
  Result ( Umu::ConcreteSyntax::Core::Pattern )
  Abstract ( Umu::AbstractSyntax::Result )
  Top ( Umu::Value::Core )
  Field ( Umu::Value::Core::Struct )
  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
class method: setup / 1   
attribute: env [R]   
attribute: parser [R]   
method: initialize / 1   
method: eval_decls / 2   
method: eval_expr / 2   
method: __parse_option__ / 1   
method: __lex_source__ / 4   
is defined at
#12 in api.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     
  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     

Class Methods

Interpreter.setup / 1

#13 in api.rb

setup ( opts )

Instance Attributes

Interpreter#env [R]

#26 in api.rb

Interpreter#parser [R]

#26 in api.rb

Instance Methods

Interpreter#initialize / 1

#28 in api.rb

initialize ( env )

Interpreter#eval_decls / 2

#36 in api.rb

eval_decls ( source ,
  opts )

Interpreter#eval_expr / 2

#71 in api.rb

eval_expr ( source ,
  opts )

Interpreter#__parse_option__ / 1

#111 in api.rb

__parse_option__ ( opts )

Interpreter#__lex_source__ / 4

#143 in api.rb

__lex_source__ ( source ,
  file_name ,
  env ,
  init_line_num = 0 )