Phan\Analysis\ConditionVisitor::visitEmpty PHP Метод

visitEmpty() публичный Метод

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