Design Pattern Examples
Overview of object-oriented design patterns
interpreter_class.py File Reference

Implementation of the Interpreter_Class class as used in the Interpreter Pattern. More...

Go to the source code of this file.

Classes

class  Interpreter_Class
 Representation of a simple interpreter. More...
 

Namespaces

namespace  DesignPatternExamples_python
 The DesignPatternExamples_python package, containing 20 examples of design patterns, each in their own namespace.
 
namespace  DesignPatternExamples_python.interpreter
 
namespace  DesignPatternExamples_python.interpreter.interpreter_class
 

Detailed Description

Implementation of the Interpreter_Class class as used in the Interpreter Pattern.

Definition in file interpreter_class.py.