Package org.jplate.foundation.gof.interpreter

Base package for the "Gang of Four" Interpreter pattern: "Given a language, define a representation for its grammar along with an interpreter that uses the representation to interpret sentences in the language," p243 Design Patterns - Elements of Reusable Object-Oriented Software.

See:
          Description

Interface Summary
ContextInterpreterIfc<C> Defines an Interpreter.
InterpreterIfc Defines an Interpreter.
 

Exception Summary
InterpreterException Base exception for interpreter failures.
 

Package org.jplate.foundation.gof.interpreter Description

Base package for the "Gang of Four" Interpreter pattern: "Given a language, define a representation for its grammar along with an interpreter that uses the representation to interpret sentences in the language," p243 Design Patterns - Elements of Reusable Object-Oriented Software.

Modifications:
    $Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
    $Revision: 479 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/foundation/gof/interpreter/package.html $