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

buildAstTypeCallable() public method

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