Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Little::Interpreter Class Reference

#include <interpreter.h>

Inheritance diagram for Little::Interpreter::

Interpreter List of all members.

Public Methods

 Interpreter (Precompiler &precompiler)
 Interpreter (Type type, bool default_int, std::istream &sin, std::ostream &sout, std::ostream &serr, Precompiler &precompiler)
 ~Interpreter ()
bool exec ()
 start program execution. More...

bool exec (std::string buffer)
 execute this string. More...

ixion::javascript::interpreter * get_interpreter () const

Private Attributes

ixion::javascript::interpreter * ip
Precompilerprecompiler

Detailed Description

The interface of the interpreter


Constructor & Destructor Documentation

Little::Interpreter::Interpreter Precompiler   precompiler
 

Little::Interpreter::Interpreter Type    type,
bool    default_int,
std::istream &    sin,
std::ostream &    sout,
std::ostream &    serr,
Precompiler   precompiler
 

Little::Interpreter::~Interpreter   [virtual]
 

Reimplemented from Interpreter.


Member Function Documentation

bool Little::Interpreter::exec std::string    command [virtual]
 

execute this string.

Reimplemented from Interpreter.

bool Little::Interpreter::exec   [virtual]
 

start program execution.

Reimplemented from Interpreter.

ixion::javascript::interpreter * Little::Interpreter::get_interpreter   const
 


Member Data Documentation

ixion::javascript::interpreter* Little::Interpreter::ip [private]
 

Precompiler& Little::Interpreter::precompiler [private]
 


The documentation for this class was generated from the following files:
Generated on Tue Nov 20 02:20:00 2001 for Leo<HTML> by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001