Tool for generating control flow in Java

∥☆過路亽.° 提交于 2019-12-04 08:41:44

问题


I need a tool for generating control flow in java, but not a visual draw, something that I can work with like with path conditions or so. Anyone ?


回答1:


To future record, what I´ve found that best suits to my needs is Soot.

http://www.sable.mcgill.ca/soot/




回答2:


The ASM library can do that, at the JVM-bytecode level. See Method Analysis and Control flow analyses in http://download.forge.objectweb.org/asm/asm4-guide.pdf (page 121).




回答3:


Atlas is an Eclipse plugin that enables program analysis. It has a querable graph database that includes the control flow graph (as well as data flow and other relationships).




回答4:


Maybe this is what you were looking for http://www.jboss.org/jbpm



来源:https://stackoverflow.com/questions/4773858/tool-for-generating-control-flow-in-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!