简体   繁体   中英

suitable data structure for storing java project information

I am extracting information from java source code of a project using AST parser. Information includes:class name, methods, their return type and parameters and variables. So which type of data structure will be suitable to store this information, because after storing it i will use it for detecting Design Patterns.

Data structure can help you in efficient storage, retrival, updation and deletion. I don't think that can directly help you to detect design pattern.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM