Hands-On Design Patterns with Java
上QQ阅读APP看书,第一时间看更新

Programming the design pattern

The Code Interpreter application is an example implementation of the interpreter design pattern. Our application consists of the following components:

  • Expression interface
  • MapIntToCharacters class
  • Conversion class
  • InterpreterDriver class