19.04.2013 Views

Parte 3 - Unicamp

Parte 3 - Unicamp

Parte 3 - Unicamp

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Verificação Semântica IV<br />

public class IfStatOp extends StatOp{<br />

}<br />

...<br />

AbsOp cond, thenStat, elseStat;<br />

...<br />

boolean verif(){<br />

}<br />

if( !cond.verif() ||<br />

!thenStat.verif() ||<br />

!elseStat.verif()) return false;<br />

return cond.retType()==Type.BoolType;<br />

Type retType(){ return Type.NoType; }

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!