Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 AST 解析器从项目的 java 源代码中提取信息。信息包括:类名、方法、它们的返回类型以及参数和变量。那么哪种类型的数据结构适合存储这些信息,因为在存储之后我将使用它来检测设计模式。
数据结构可以帮助您高效地存储、检索、更新和删除。我认为这不能直接帮助您检测设计模式。