PHP Class PHPSA\Compiler\Statement\TryCatchSt

Inheritance: extends AbstractCompiler
Datei anzeigen 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_oe property

protected $name