PHP Class PHPSA\Compiler\Expression\YieldOp

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

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\Yield_ $expr, Context $context ) : CompiledExpression yield {value}, yield {key} => {value}

Method Details

compile() protected method

yield {value}, yield {key} => {value}
protected compile ( PhpParser\Node\Expr\Yield_ $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\Yield_
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected property

protected $name