Pinq\Providers\DSL\Compilation\Compilers\ScopeCompiler::compile PHP Method

compile() public method

public compile ( ) : mixed
return mixed
    public function compile()
    {
        foreach ($this->scope->getSegments() as $segment) {
            $segment->traverse($this);
        }
    }