mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-05 08:23:06 +00:00
Comments for interpreter example.
This commit is contained in:
@@ -2,6 +2,12 @@ package com.iluwatar;
|
|||||||
|
|
||||||
import java.util.Stack;
|
import java.util.Stack;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* Interpreter pattern breaks sentences into expressions (Expression)
|
||||||
|
* that can be evaluated and as a whole form the result.
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class App
|
public class App
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user