Sciweavers

83 search results - page 2 / 17
» Digging into the Visitor Pattern
Sort
View
127
Voted
COMPSAC
1998
IEEE
15 years 7 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
102
Voted
JUCS
2007
98views more  JUCS 2007»
15 years 2 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...
81
Voted
JUCS
2010
124views more  JUCS 2010»
15 years 1 months ago
Revisiting the Visitor: the "Just Do It" Pattern
Didier Verna
111
Voted
COMPUTER
2006
98views more  COMPUTER 2006»
15 years 2 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
120
Voted
SSR
2001
134views more  SSR 2001»
15 years 4 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