classIndex = $this->readUnsignedShort(); $this->nameAndTypeIndex = $this->readUnsignedShort(); } public function getClassIndex(): int { return $this->classIndex; } public function getNameAndTypeIndex(): int { return $this->nameAndTypeIndex; } }