Phan\BlockAnalysisVisitor::visitClass PHP Method

visitClass() public method

public visitClass ( ast\Node\Decl $node ) : Context
$node ast\Node\Decl An AST node we'd like to determine the UnionType for
return Phan\Language\Context The updated context after visiting the node
    public function visitClass(Decl $node) : Context
    {
        return $this->visitClosedContext($node);
    }