if (e instanceof InternalCompilerException) {
ice = (InternalCompilerException) e;
} else {
ice = new InternalCompilerException("Error building type map", e);
}
ice.addNode(typeDecl.getClass().getName(), typeDecl.toString(),
makeSourceInfo(typeDecl));
return ice;
}
private final JProgram program;