SpiceQA
Questions
Tags
Users
Badges
visitor-pattern
44 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Implementing the visitor pattern in C++ using templates
user_19173765
0
•
asked Jun 25, 2022
2
1
124
abstract-syntax-tree
visitor-pattern
virtual-functions
templates
c++
Attempting to Implement the Visitor Pattern in Go using Generics
user_1118270
0
•
asked Jun 12, 2022
1
1
60
go
visitor-pattern
generics
How to know which alternative rule ANTLR parser is currently in during visit
user_3225638
0
•
asked Nov 28, 2021
3
1
165
antlr4
visitor-pattern
java
How would you construct an ESLint rule that rewrote complex method chaining into a sequence of calls?
user_169992
0
•
asked Nov 16, 2021
1
0
182
eslint
abstract-syntax-tree
visitor-pattern
algorithm
javascript
How to implement a shared visitor for two similar ANTLR4 grammars?
user_11579013
0
•
asked Oct 27, 2021
2
1
111
antlr4
visitor-pattern
java
Passing References to Member Functions
user_13019718
0
•
asked Sep 26, 2021
2
2
87
function-reference
visitor-pattern
c++
Is there std::variant and std::visit way to replace old legacy dispatch for messy code?
user_4433781
0
•
asked Sep 21, 2021
2
2
221
std-variant
c++17
visitor-pattern
c++
Visitor pattern for tree mutation and shared pointer problem
user_13663988
0
•
asked Sep 11, 2021
3
1
114
c++20
visitor-pattern
c++
How to catch std::variant holding wrong type in compile-time?
user_16739739
0
•
asked Sep 9, 2021
3
1
155
variant
visitor-pattern
c++
C++ Visitor Pattern with variable return types
user_14749247
0
•
asked Aug 31, 2021
2
2
206
visitor-pattern
virtual-functions
templates
c++
1
(current)
2
3
4
5
Next
Next
Hot Questions