= $minVocabSymbol && $symbol <= $maxVocabSymbol; } public function getSerializationType() : int { return self::WILDCARD; } public function equals(object $other) : bool { if ($this === $other) { return true; } return $other instanceof self && $this->target->equals($other->target); } public function __toString() : string { return '.'; } }