Exemplo n.º 1
0
 public PrefixExpression(final String op) {
   this.op = ops.getVal(op);
 }