|
Evaluating Software Design Patterns — the "Gang of Four" patterns implemented in Java 6 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
E - The type of value the evaluation of this expression
produces.public interface TerminalExpression<E>
A terminal expression represents an operation to
be performed on a given sequence, but this
interface is a marker interface only as it offers no
specific functionality.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface dk.rode.thesis.interpreter.Expression |
|---|
Expression.SymbolIdiom |
| Method Summary |
|---|
| Methods inherited from interface dk.rode.thesis.interpreter.Expression |
|---|
asSymbol, contains, copy, evaluate, name, operands, toString |
|
Gunni Rode / rode.dk | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||