Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4fef18f

Browse filesBrowse files
committed
Comments for interpreter example.
1 parent 52ca001 commit 4fef18f
Copy full SHA for 4fef18f

1 file changed

+6Lines changed: 6 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
  • interpreter/src/main/java/com/iluwatar
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎interpreter/src/main/java/com/iluwatar/App.java‎

Copy file name to clipboardExpand all lines: interpreter/src/main/java/com/iluwatar/App.java
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
import java.util.Stack;
44

5+
/**
6+
*
7+
* Interpreter pattern breaks sentences into expressions (Expression)
8+
* that can be evaluated and as a whole form the result.
9+
*
10+
*/
511
public class App
612
{
713

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.