PHP Class PHPSA\Compiler\Statement\TryCatchSt

Inheritance: extends AbstractCompiler
Show file Open project: ovr/phpsa

Protected Properties

Property Type Description
$name

Public Methods

Method Description
compile ( TryCatch $statement, Context $context ) : CompiledExpression

Method Details

compile() public method

public compile ( TryCatch $statement, Context $context ) : CompiledExpression
$statement PhpParser\Node\Stmt\TryCatch
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected property

protected $name