plume-oss / plume

Plume is a code representation benchmarking library with options to extract the AST from Java bytecode and store the result in various graph databases.
https://plume-oss.github.io/plume-docs/
Apache License 2.0
70 stars 9 forks source link

Can I use plume for intraprocedural analysis? #201

Closed nashid closed 3 years ago

nashid commented 3 years ago

Thanks for this library. I am trying to understand whether I can use plume for doing intraprocedural analysis or it is only for interprocedural analysis?

DavidBakerEffendi commented 3 years ago

Yeah the full method body is generated and then afterwards the call graph and reaching definition chains