Ejemplo n.º 1
0
 public function interpret(array $context)
 {
     return $this->left->interpret($context) * $this->right->interpret($context);
 }
Ejemplo n.º 2
0
 public function interpret(array $context)
 {
     return $this->expressionTree->interpret($context);
 }