Jump to content

Command pattern

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by TakuyaMurata (talk | contribs) at 20:42, 3 January 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Intent: Given a language, define a representation for its grammar along with an interpreter that uses the representation to interpret sentences in the language.

See also: PowerfulInterpreter, StatePattern, CommandPattern, BlocksInJava, DesignPatterns, DomainSpecificLanguages

InterpreterVsComposite


http://rampages.onramp.net/~huston/dp/interpreter.html

http://wiki.cs.uiuc.edu/PatternStories/InterpreterPattern


CategoryPattern | CategoryBehavioralPatterns