Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in visitor-pattern

Is it possible to visit nodes in Python AST with ast.NodeVisitor twice or change order of traversal?

Visitor pattern and recursion

Visitor Pattern, remove the need to cast

Is there any kind of "line visitor" in Eclipse JDT Java Parser? If there is not, does someone knows a good workaround?

How does the Vistor trait allow only partial implementation?

rust visitor-pattern serde

Postorder traversal on a ast.nodevisitor in Python

Recursive AST visitor in TypeScript

Visitor pattern and compiler code generation, how to get children attributes?

java - Return a value from Visitor

Implementing toString method in Java with The Visitor Pattern?

java visitor-pattern

Casting to base class without knowing name of class in C#

c# oop casting visitor-pattern

Why can't I visit this custom type with boost::variant?

Problem with satisfying a C++ concept in a std::visit

What are the differences between Clang AST Matcher and AST Visitor?

Transforming trees in C++

Visitor Pattern, why is it useful?