Applied Design Patterns with Java

Behavioral :: Interpreter (243) {C ch 18}

Applicability

Use the Interpreter pattern when when there is a language to interpret, and you can represent statements in the language as abstract syntax trees. The Interpreter pattern works best when:


Structure


Participants

Catalog Behavioral Prev Next