DoWhatIMeanSupport.st
changeset 6134 4f82fe433898
parent 6128 2690e07d6512
child 6138 1dd5dc49a996
--- a/DoWhatIMeanSupport.st	Thu Sep 05 22:00:46 2019 +0200
+++ b/DoWhatIMeanSupport.st	Fri Sep 06 10:04:33 2019 +0200
@@ -5959,7 +5959,7 @@
             (code notNil and:[code includesString:varName]) ifTrue:[
                 tree := Parser parse:code class:eachClass.
                 (tree notNil and:[tree ~~ #Error]) ifTrue:[
-                    visitor := PluggableParseNodeVisitor new. 
+                    visitor := ParseNodeVisitor new. 
                     visitor 
                         actionForNodeClass:AssignmentNode 
                         put:[:node |