Sciweavers

83 search results - page 2 / 17
» Digging into the Visitor Pattern
Sort
View
COMPSAC
1998
IEEE
15 years 1 months ago
The Essence of the Visitor Pattern
Abstract. For object-oriented programming, the Visitor pattern enables the definition of a new operation on an object structure without changing the classes of the objects. The pri...
Jens Palsberg, C. Barry Jay
JUCS
2007
98views more  JUCS 2007»
14 years 9 months ago
Using Visitor Patterns in Object-Oriented Action Semantics
Abstract: Object-Oriented Action Semantics is a semantic framework for the definition of programming languages. The framework incorporates some object-oriented concepts to the Act...
André Murbach Maidl, Cláudio Carvilh...
49
Voted
JUCS
2010
124views more  JUCS 2010»
14 years 8 months ago
Revisiting the Visitor: the "Just Do It" Pattern
Didier Verna
COMPUTER
2006
98views more  COMPUTER 2006»
14 years 9 months ago
Componentization: The Visitor Example
: In software design, laziness is a virtue: it's better to reuse than to redo. Design patterns are a good illustration. Patterns, a major advance in software architecture, pro...
Bertrand Meyer, Karine Arnout
SSR
2001
134views more  SSR 2001»
14 years 11 months ago
Generation of visitor components that implement program transformations
The visitor pattern is appealing to developers of program-analysis tools because it separates the design of the data structures that represent a program from the design of softwar...
Kurt Stirewalt, Laura K. Dillon