/**
  * Returns the PHP code (closure) that evaluates the runtime evaluations
  *
  * @return string The closure code
  */
 public function getRuntimeEvaluationsClosureCode()
 {
     return $this->pointcutFilterComposite->getRuntimeEvaluationsClosureCode();
 }