Lines Matching refs:EvaluatedValue
1576 class EvaluatedValue class
1588 …n(Expr $expr, ?SimpleType $constType, ?string $cConstName, iterable $allConstInfos): EvaluatedValue
1633 return new EvaluatedValue(
1642 public static function null(): EvaluatedValue
1871 public function getValue(iterable $allConstInfos): EvaluatedValue
1873 return EvaluatedValue::createFromExpression(
1921 … $value = EvaluatedValue::createFromExpression($this->value, null, $this->cValue, $allConstInfos);
1948 … $value = EvaluatedValue::createFromExpression($this->value, $type, $this->cValue, $allConstInfos);
1976 … private function getGlobalConstDeclaration(EvaluatedValue $value, iterable $allConstInfos): string
2015 … private function getClassConstDeclaration(EvaluatedValue $value, iterable $allConstInfos): string
2038 private function getValueAssertion(EvaluatedValue $value): string
2182 $defaultValue = EvaluatedValue::null();
2184 …$defaultValue = EvaluatedValue::createFromExpression($this->defaultValue, null, null, $allConstInf…
2326 $value = EvaluatedValue::createFromExpression($this->value, null, null, $allConstInfos);
2364 $value = EvaluatedValue::createFromExpression($arg->value, null, null, $allConstInfos);
3741 …$fileInfo->dependencies[] = (string)EvaluatedValue::createFromExpression($expr->expr, null, null, …