- 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.
推薦閱讀
- 數據要素安全流通
- Hands-On Machine Learning with Microsoft Excel 2019
- Java Data Science Cookbook
- Effective Amazon Machine Learning
- 云計算與大數據應用
- Live Longer with AI
- 大數據:規劃、實施、運維
- 數據庫程序員面試筆試真題庫
- Microsoft Power BI數據可視化與數據分析
- 數據庫技術及應用教程
- Oracle PL/SQL實例精解(原書第5版)
- 深入淺出 Hyperscan:高性能正則表達式算法原理與設計
- MATLAB Graphics and Data Visualization Cookbook
- 達夢數據庫運維實戰
- Unreal Engine Virtual Reality Quick Start Guide