Hi Eve.
> But actually, I want to analyse the inner class D in the method a(). So how
> could I extract and then go into this inner class D to anlysis the methods
> and statments in this inner class?
Did you try Scene.v().getSootClass("testers.CallGraphsTest$1D")?
Eric