getLightMode()->isModule($c->variable)) { return LightModeCall::fromRulesetCall($c)->setLightMode($this->getLightMode()); } return $c; } public function run($node) { return $this->visitObj($node); } }