package fr.umlv.plo.interfaces; interface IIf extends IInstr { IExpr getCond(); IInstr getInstr(); IInstr getElse(); }