You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BooleanExpressionVisitor uses visit and leave. I've got the feeling that it would be better style to only use visit in combination with recursive calls, but I'm not sure about that.
The text was updated successfully, but these errors were encountered:
Currently, BooleanExpressionVisitor uses
visit
andleave
. I've got the feeling that it would be better style to only usevisit
in combination with recursive calls, but I'm not sure about that.The text was updated successfully, but these errors were encountered: