1. C1 c1 = new C1();
2. C2 c2 = new C2();
3. int i = c1.m(c2);
Because I concern the appearance order of types. So I first construct the CFG for a given method; then I get the start line number and start column number for each unit.
If the two numbers can represent the real numbers in source code files, I can parse the statements represented by the unit using JavaParser.
Is there a better way? thank you.
_______________________________________________
Soot-list mailing list
Soot...@CS.McGill.CA
https://mailman.CS.McGill.CA/mailman/listinfo/soot-list