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 |
Implementation of the Interpreter_Class class as used in the Interpreter Pattern.
Definition in file interpreter_class.py.