Exemplo n.º 1
0
 public PrgState execute(PrgState prgState)
 {
     prgState.getOut().add(exp.evaluate(prgState.getSymTable()));
     return(prgState);
 }