<div dir="ltr"><span style="font-size:12.8px">Hi I have a question regards to the order of transformation:</span><div style="font-size:12.8px">For the following case, what is the order for this internal transform function to visit each method? Does it access the methods in the reverse topological order? Say if I have two methods, A and B and A calls B, does it guarantee that it will always visit B first and then A? Or soot will just visit these methods in a random order. Thanks</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Menlo,Monaco,"Courier New",monospace;line-height:18px;white-space:pre-wrap"><div>PackManager.v().getPack("jtp")<wbr>.add(new Transform("jtp.myInstrumenter"<wbr>, new BodyTransformer() {</div><div> protected void internalTransform(final Body b, String phaseName, @SuppressWarnings("rawtypes") Map options) {</div><div> </div><div> }</div><div>}));</div></div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><font size="2"><font color="#222222" face="宋体"><span style="line-height:21px">Sincerely Yours </span></font><br></font><div><font size="2">Ding Li</font></div><div><font size="2"><a href="http://www-scf.usc.edu/~dingli/" target="_blank">http://www-scf.usc.edu/~dingli/</a></font><br></div></div></div></div>
</div>