Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55657b commit 4e6a3feCopy full SHA for 4e6a3fe
1 file changed
Tools/compiler/doc/compiler.tex
@@ -262,7 +262,7 @@ \section{Using Visitors to Walk ASTs}
262
each node, it checks the \var{visitor} argument to \method{preorder()}
263
for a method named `visitNodeType,' where NodeType is the name of the
264
node's class, e.g. for a \class{While} node a \method{visitWhile()}
265
-would be called . If the method exists, it is called with the node as
+would be called. If the method exists, it is called with the node as
266
its first argument.
267
268
The visitor method for a particular node type can control how child
0 commit comments