visitEnumDecl method
Implementation
@override
void visitEnumDecl(EnumDecl node) {
// node.declaration = HTClassDeclaration(
// id: node.id.id,
// classId: node.classId,
// closure: _curNamespace,
// source: _curSource,
// isExternal: node.isExternal);
// _curNamespace.define(node.id.id, node.declaration!);
}