コード例 #1
0
 public function hasFixedValue()
 {
     return $this->leftValue->hasFixedValue() && $this->rightValue->hasFixedValue();
 }