PHPCfg\Parser::parseStmt_TryCatch PHP Method

parseStmt_TryCatch() protected method

protected parseStmt_TryCatch ( TryCatch $node )
$node PhpParser\Node\Stmt\TryCatch
    protected function parseStmt_TryCatch(Stmt\TryCatch $node)
    {
        // TODO: implement this!!!
    }
Parser