Lines Matching refs:EvaluatedValue
2175 class EvaluatedValue class
2188 …sion(Expr $expr, ?SimpleType $constType, ?string $cConstName, array $allConstInfos): EvaluatedValue
2277 return new EvaluatedValue(
2286 public static function null(): EvaluatedValue
2590 public function getValue(array $allConstInfos): EvaluatedValue
2592 return EvaluatedValue::createFromExpression(
2625 … $value = EvaluatedValue::createFromExpression($this->value, null, $this->cValue, $allConstInfos);
2693 …$value = EvaluatedValue::createFromExpression($this->value, $simpleType, $this->cValue, $allConstI…
2724 private function getGlobalConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2765 private function getClassConstDeclaration(EvaluatedValue $value, array $allConstInfos): string
2837 private function getValueAssertion(EvaluatedValue $value): string
2990 $defaultValue = EvaluatedValue::null();
2992 …$defaultValue = EvaluatedValue::createFromExpression($this->defaultValue, null, null, $allConstInf…
3111 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);
3159 $value = EvaluatedValue::createFromExpression($arg->value, null, null, $allConstInfos);
4831 …$fileInfo->dependencies[] = (string)EvaluatedValue::createFromExpression($expr->expr, null, null, …