PDepend\Source\AST\AbstractASTType::setContext PHP Method

setContext() public method

Sets the currently active builder context.
public setContext ( PDepend\Source\Builder\BuilderContext $context ) : AbstractASTType
$context PDepend\Source\Builder\BuilderContext
return AbstractASTType
    public function setContext(BuilderContext $context)
    {
        $this->context = $context;
        return $this;
    }