PHP Class PHPSA\Compiler\Statement\ThrowSt

Inheritance: extends AbstractCompiler
显示文件 Open project: ovr/phpsa

Protected Properties

Property Type Description
$name

Public Methods

Method Description
compile ( PhpParser\Node\Stmt\Throw_ $stmt, Context $context ) : CompiledExpression

Method Details

compile() public method

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

Property Details

$name protected_oe property

protected $name