<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi I have a question regards to the order of transformation:<div class="">For 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 class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class=""><div style="orphans: 2; widows: 2;" class=""><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;" class=""><div class="">PackManager.v().getPack("jtp").add(new Transform("jtp.myInstrumenter", new BodyTransformer() {</div><div class=""> protected void internalTransform(final Body b, String phaseName, @SuppressWarnings("rawtypes") Map options) {</div><div class=""> </div><div class=""> }</div><div class="">}));</div></div></div></div></div></body></html>