Uses of Class
plp.orientadaAspectos1.comando.IfThenElse

Packages that use IfThenElse
plp.orientadaAspectos1.parser   
 

Uses of IfThenElse in plp.orientadaAspectos1.parser
 

Methods in plp.orientadaAspectos1.parser that return IfThenElse
 IfThenElse OA1Parser.PIfThenElse(This thisObject)
          IfThenElse ::= "if" Expressao "then" "{" Comando "}" | "if" Expressao "then" "{" Comando "}" "else" "{" Comando "}"