Phan\BlockAnalysisVisitor::visitCatchList PHP Method

visitCatchList() public method

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