ProjetCompil.Verif.Src
Class ResultatArithCompatible

java.lang.Object
  extended by ProjetCompil.Verif.Src.ResultatAffectCompatible
      extended by ProjetCompil.Verif.Src.ResultatArithCompatible
Direct Known Subclasses:
ResultatBinaireCompatible

public class ResultatArithCompatible
extends ResultatAffectCompatible

Résultat de l'opération arithCompatible(t1, t2), où t1 est le type de la partie gauche et t2 est le type de la partie droite. Un objet de le classe ResultatAffectCompatible a trois attributs :


Constructor Summary
ResultatArithCompatible()
           
 
Method Summary
 
Methods inherited from class ProjetCompil.Verif.Src.ResultatAffectCompatible
getConv2, getOk, setConv2, setOk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultatArithCompatible

public ResultatArithCompatible()