protected void analyze(EnumSet<PostProcessStep> set, ASScope scope, Collection<ICompilerProblem> problems)
{
if (set.contains(PostProcessStep.POPULATE_SCOPE) ||
set.contains(PostProcessStep.RECONNECT_DEFINITIONS))
{
catchScope = new CatchScope(scope);
catchScope.setContainingScope(scope);
}
if (contentsNode != null)
{