PDepend\Source\Language\PHP\PHPBuilder::buildAstScope PHP 메소드

buildAstScope() 공개 메소드

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