PHP Class PHPSA\Compiler\Expression\Assign

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

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\Assign $expr, Context $context ) : CompiledExpression $a = 3;
compileVariableDeclaration ( CompiledExpression $variableName, CompiledExpression $value, Context $context )

Method Details

compile() protected method

$a = 3;
protected compile ( PhpParser\Node\Expr\Assign $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\Assign
$context PHPSA\Context
return PHPSA\CompiledExpression

compileVariableDeclaration() protected method

protected compileVariableDeclaration ( CompiledExpression $variableName, CompiledExpression $value, Context $context )
$variableName PHPSA\CompiledExpression
$value PHPSA\CompiledExpression
$context PHPSA\Context

Property Details

$name protected property

protected $name