@override R? visitExtensionDeclaration(ExtensionDeclaration node) { node.visitChildren(this); return null; }