PHP Class PHPSA\Compiler\Expression\ConstFetch

Inheritance: extends AbstractExpressionCompiler
Exibir arquivo Open project: ovr/phpsa

Protected Properties

Property Type Description
$name

Protected Methods

Method Description
compile ( PhpParser\Node\Expr\ConstFetch $expr, Context $context ) : CompiledExpression true, CONSTANTNAME, .

Method Details

compile() protected method

..
protected compile ( PhpParser\Node\Expr\ConstFetch $expr, Context $context ) : CompiledExpression
$expr PhpParser\Node\Expr\ConstFetch
$context PHPSA\Context
return PHPSA\CompiledExpression

Property Details

$name protected_oe property

protected $name