Exemplo n.º 1
0
 public String toString() {
   return left.getImageLabel() + " " + operation + " " + right.getImageLabel();
 }
Exemplo n.º 2
0
 public String getImageLabel() {
   return left.getImageLabel() + operation.operand() + right.getImageLabel();
 }