@override R? visitNativeFunctionBody(NativeFunctionBody node) { node.visitChildren(this); return null; }