PDepend\Source\Language\PHP\PHPBuilder::buildAstScope PHP Method

buildAstScope() public method

Builds a new function/method scope instance.
Since: 0.9.12
public buildAstScope ( ) : PDepend\Source\AST\ASTScope
return PDepend\Source\AST\ASTScope
    public function buildAstScope()
    {
        return $this->buildAstNodeInstance('ASTScope');
    }
PHPBuilder