Uses of Class
plp.orientadaObjetos1.comando.IfThenElse

Packages that use IfThenElse
plp.orientadaObjetos1.parser   
 

Uses of IfThenElse in plp.orientadaObjetos1.parser
 

Methods in plp.orientadaObjetos1.parser that return IfThenElse
 IfThenElse OO1Parser.PIfThenElse()
          IfThenElse ::= "if" Expressao "then" "{" Comando "}" | "if" Expressao "then" "{" Comando "}" "else" "{" Comando "}"