Skip to content
Snippets Groups Projects
Commit c060d8db authored by lucien.noel's avatar lucien.noel
Browse files

cleaning code

parent e26c5283
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,6 @@ public class SemanticAnalyzer implements ASTVisitor {
cond instanceof Egal || cond instanceof Diff ||
cond instanceof Inferieur || cond instanceof InfEgal ||
cond instanceof Superieur || cond instanceof SupEgal)) {
// throw new RuntimeException("classe invalide
// :"+node.getCondition().getClass().toString());
throw new RuntimeException("la condition passée n'est pas un booleen !");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment