constantPool = $constantPool; return $this; } public function getConstantPool(): \PHPJava\Core\JVM\ConstantPool { return $this->constantPool; } }