class Glimmer::DSL::ExpressionHandler

Expression handler for a Glimmer DSL specific expression

Follows the Chain of Responsibility Design Pattern

Handlers are configured in Glimmer::DSL in the right order to attempt handling Glimmer DSL interpretation calls

Each handler knows the next handler in the chain of responsibility.

If it handles successfully, it returns. Otherwise, it forwards to the next handler in the chain of responsibility