PHP Class PHPSA\Compiler\Statement\WhileSt

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

Protected Properties

Property Type Description
$name

Public Methods

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

Method Details

compile() public method

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

Property Details

$name protected property

protected $name