Search code examples
How to avoid downcast?...


c++castingvisitor-patterndowncaststate-pattern

Read More
Context dependent ANTLR4 ParseTreeVisitor implementation...


parsingantlrabstract-syntax-treevisitor-pattern

Read More
ctx in ANTLR4 javascript visitor...


javascriptantlrantlr4visitor-pattern

Read More
Advice on class structure in a collision detection system...


c++oopvisitor-patterndouble-dispatch

Read More
Combine visitors in VisitorPattern...


c++design-patternsarchitecturevisitor-pattern

Read More
How to deal with pointless methods for types contained in a variant in c++ 17...


c++variantvisitor-pattern

Read More
Babel js. Get the first child of a node. Following the visitor pattern...


javascriptbabeljsvisitor-pattern

Read More
What do I need to import for my "Visitable" interface to work in java?...


javavisitor-pattern

Read More
Which implementations are conformant for constant time dispatch of std::visit?...


c++variantstdvisitor-pattern

Read More
Way to remove visitor pattern redundancy?...


c++design-patternsvisitor-pattern

Read More
How to initialize an iterator to something invalid if the container is not known?...


c++containersvisitor-pattern

Read More
how track website unique visitors excluding 404! page using codeigniter?...


phpcodeigniteruniquetrackingvisitor-pattern

Read More
Visitor Design Pattern with Binary Expression Trees...


javatreebinary-treevisitor-pattern

Read More
C++ template to cover const and non-const method...


c++templatesvisitor-pattern

Read More
DDD - Composite Aggregate Serialization - design problem...


javaoopdomain-driven-designcompositevisitor-pattern

Read More
Using a LINQ ExpressionVisitor to replace primitive parameters with property references in a lambda ...


c#linqlambdaexpressionvisitor-pattern

Read More
Visitor design pattern and multi layered class hierarchy...


c++design-patternsvisitor-pattern

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


c++polymorphismvariantvisitor-pattern

Read More
How to implement a visitor pattern in F# while not being restricted to one file?...


f#visitor-pattern

Read More
Return data from void-visitor without changing the abstract visitor...


javaoopfactoryvisitor-patternabstract-factory

Read More
How to pretty-print an AST using Visitor pattern?...


rubyabstract-syntax-treeinterpretervisitor-pattern

Read More
Visitor pattern in python...


pythonvisitor-pattern

Read More
How to write includes with Visitor Pattern? [Simple Example]...


c++visitor-pattern

Read More
Variable 'x.Sub' of type 'SubType' referenced from scope '' but it is not de...


c#linqlambdaexpressionvisitor-pattern

Read More
Cast Expression<Func<Tin, object>> to Expression<Func<Tin, Tout>>...


c#expressionfuncvisitor-pattern

Read More
Custom context variables in antlr4 visitor in javascript...


javascriptantlrantlr4visitor-pattern

Read More
Using interface implemented by subclass from a superclass collection without instanceof...


javainterfacesubclassinstanceofvisitor-pattern

Read More
In OOP, is it necessarily favorable to have more classes with fewer methods rather than fewer classe...


oopsingle-responsibility-principlevisitor-pattern

Read More
Overloading method without modifying classes...


c#inheritanceoverloadingvisitor-patterndouble-dispatch

Read More
Usage of List.of() in visitor Pattern...


javalistvisitor-pattern

Read More
BackNext