Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visitor-pattern

Understanding the context data structure in Antlr4

Visitor Pattern and traversal mechanism

Cyclic dependency in Visitor Design Pattern [closed]

Visitor pattern: overriding vs overloading

Visitor pattern where the visitors choose how to traverse

Dynamically choose method at runtime; alternatives to Visitor Pattern or Reflection

Can the visitor modify the object it visits

java visitor-pattern

A std::visit-like function for visiting over polymorphic types

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