* Analyzes the code for a method
*/
public void analyze(Analyzer analyzer, boolean allowFlow)
throws Exception
{
_pendingTargets = new IntArray();
_completedTargets = new IntArray();
analyzeImpl(analyzer, allowFlow, _pendingTargets, _completedTargets);
}