Searched refs:valueType (Results 1 – 1 of 1) sorted by relevance
173 public Type $valueType; variable in ArrayType180 public function __construct(Type $keyType, Type $valueType) argument185 $this->valueType = $valueType;192 $this->valueType->toOptimizerTypeMaskForArrayValue(),206 Type::equals($this->valueType, $other->valueType);
Completed in 20 milliseconds