PDepend\Source\Language\PHP\PHPBuilder::buildAstTypeCallable PHP Méthode

buildAstTypeCallable() public méthode

Builds a new node for the callable type.
Since: 1.0.0
public buildAstTypeCallable ( ) : PDepend\Source\AST\ASTTypeCallable
Résultat PDepend\Source\AST\ASTTypeCallable
    public function buildAstTypeCallable()
    {
        return $this->buildAstNodeInstance('ASTTypeCallable');
    }
PHPBuilder