@override R? visitVariableDeclaration(VariableDeclaration node) { node.visitChildren(this); return null; }