chaokunyang commented on code in PR #2112:
URL: https://github.com/apache/fury/pull/2112#discussion_r2019732246


##########
dart/packages/fury/lib/src/codegen/analyze/entity/obj_type_res.dart:
##########
@@ -0,0 +1,12 @@
+import 'package:fury/src/const/obj_type.dart';
+
+class ObjTypeRes{
+  static const namedEnum = ObjTypeRes(ObjType.NAMED_ENUM, true,);
+  static const namedStruct = ObjTypeRes(ObjType.NAMED_STRUCT, false);
+  static const unknownStruct = ObjTypeRes(ObjType.UNKNOWN_YET, false);
+
+  final ObjType objType; // null 表示明确不支持

Review Comment:
   Use English comments



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to