salut

bah en fait c'est fils qui n'est pas initialisé.

proposition de correction :


public ArbreNAire (Expression exp) {
fils = new LinkedList();
if (exp.typage() == "constante" ||...