Lines Matching refs:EvaluatedValue
2170 class EvaluatedValue class
2183 …sion(Expr $expr, ?SimpleType $constType, ?string $cConstName, array $allConstInfos): EvaluatedValue
2272 return new EvaluatedValue(
2281 public static function null(): EvaluatedValue
2585 public function getValue(array $allConstInfos): EvaluatedValue
2587 return EvaluatedValue::createFromExpression(
2620 … $value = EvaluatedValue::createFromExpression($this->value, null, $this->cValue, $allConstInfos);
2688 …$value = EvaluatedValue::createFromExpression($this->value, $simpleType, $this->cValue, $allConstI…
2719 private function getGlobalConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2760 private function getClassConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2832 private function getValueAssertion(EvaluatedValue $value): string
3079 $defaultValue = EvaluatedValue::null();
3081 …$defaultValue = EvaluatedValue::createFromExpression($this->defaultValue, null, null, $allConstInf…
3250 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);
3298 $value = EvaluatedValue::createFromExpression($arg->value, null, null, $allConstInfos);
4970 …$fileInfo->dependencies[] = (string)EvaluatedValue::createFromExpression($expr->expr, null, null, …