Phan\Analysis\ConditionVisitor::visitEmpty PHP Method

visitEmpty() public method

public visitEmpty ( ast\Node $node ) : Context
$node ast\Node A node to parse
return Phan\Language\Context A new or an unchanged context resulting from parsing the node
    public function visitEmpty(Node $node) : Context
    {
        return $this->context;
    }