Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visitor-pattern

Is there a way to have variants in C# besides using the visitor pattern?

c# variant visitor-pattern

Visitor pattern: change object state?

What is the need for `accept` method in Visitor pattern

java visitor-pattern

Unit testing Visitor pattern architecture

Translator Pattern

Questions about the Visitor pattern (sample in Java)

Objective-C categories == visitor pattern?

OCaml visitor pattern

what is the difference between using the visitor pattern and an interface?

I need to ask about the object class, but it's a bad practice. Alternatives for this case?

Boost Graph Library: Potential Bug

Calling methods common to types in a boost::variant

c++ visitor pattern: Why should every derived visited implement Accept()?

c++ visitor-pattern

Why is the visitor responsible for enumerating children in the visitor pattern?

Any Object-Oriented Flexible Java x86 Disassembler Library?

Is the Visitor Pattern the fastest way to differentiate parameter types in C++?

Is skipping "accept" where type is known, a valid optimization for the Visitor pattern?

java visitor-pattern

Visitor Pattern for two arguments

ANTLR v4, JavaLexer and JavaParser returning null as parse tree