@override R? visitEnumConstantDeclaration(EnumConstantDeclaration node) { node.visitChildren(this); return null; }