jinfuchen
jinfuchen
Thanks for your hint :) I read the code. Yeah, we can get the line number of each node in the AST. However, I still want to extract the exact...
Spoon is a nice tool to parse Java code. BTW, can I use Spoon to do program slicing?
Static slicing. Because I used WALA to perform program slicing before. However, the constant propagation would ignore the constant assignment statement so that I can not handle this situation.
Thanks for your reply. And I will try to use Spoon to perform static slicing :).