Design Pattern Examples
Overview of object-oriented design patterns
Interpreter_Class.cs File Reference

The Interpreter_Class class 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_csharp
 The namespace containing all Design Pattern Examples implemented in C#.
 

Detailed Description

The Interpreter_Class class used in the Interpreter pattern.

Definition in file Interpreter_Class.cs.