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;
    }