- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 96字
- 2021-06-24 14:58:06
Using the interpreter pattern
The interpreter design pattern is used to establish a grammatical representation and an interpreter that interprets language. That might sound a bit complex and, although the concept is simple, their implementation often is not. This design pattern can be used for the interpretation of interpreted programming languages or languages that are compiled in byte code or other intermediate languages such as the Microsoft Intermediate Language (MSIL).
We will look at an example use case, the UML class diagram, and the source code necessary to implement the interpreter design pattern for this scenario.
推薦閱讀
- GitHub Essentials
- 復雜性思考:復雜性科學和計算模型(原書第2版)
- Learning Spring Boot
- 數據要素五論:信息、權屬、價值、安全、交易
- Neural Network Programming with TensorFlow
- Mastering Machine Learning with R(Second Edition)
- Spark核心技術與高級應用
- 大數據營銷:如何讓營銷更具吸引力
- 數據架構與商業智能
- 數據庫原理與應用
- 從實踐中學習sqlmap數據庫注入測試
- Delphi High Performance
- Learning Ansible
- Machine Learning for Mobile
- MySQL 8.0從入門到實戰